Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Unified Diff: modules/geolocation/testing/InternalsGeolocation.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/geolocation/PositionOptions.idl ('k') | modules/imagebitmap/WindowImageBitmapFactories.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/geolocation/testing/InternalsGeolocation.idl
diff --git a/modules/geolocation/testing/InternalsGeolocation.idl b/modules/geolocation/testing/InternalsGeolocation.idl
index ac6b2d34c1ebdd666de84a2c7c17126955f6ec97..1619c21e2610ad7d93cea19c31352546dbea1121 100644
--- a/modules/geolocation/testing/InternalsGeolocation.idl
+++ b/modules/geolocation/testing/InternalsGeolocation.idl
@@ -28,7 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface Internals {
+[
+ TypeChecking=Interface
+] partial interface Internals {
void setGeolocationClientMock(Document document);
void setGeolocationPosition(Document document, double latitude, double longitude, double accuracy);
void setGeolocationPositionUnavailableError(Document document, DOMString message);
« no previous file with comments | « modules/geolocation/PositionOptions.idl ('k') | modules/imagebitmap/WindowImageBitmapFactories.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698