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

Unified Diff: modules/geolocation/Geolocation.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/geofencing/WorkerNavigatorGeofencing.idl ('k') | modules/geolocation/PositionOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/geolocation/Geolocation.idl
diff --git a/modules/geolocation/Geolocation.idl b/modules/geolocation/Geolocation.idl
index 2c9c1f8a04aac97afc4760f85abde02f30ceb691..19618453b00aca471c03a51f2f7b102af542e1e4 100644
--- a/modules/geolocation/Geolocation.idl
+++ b/modules/geolocation/Geolocation.idl
@@ -28,15 +28,13 @@
GarbageCollected,
NoInterfaceObject,
] interface Geolocation {
- // FIXME: should be: PositionOptions options: need PositionOptions.idl and dictionary http:/crbug.com/321462
[LogActivity] void getCurrentPosition(PositionCallback successCallback,
optional PositionErrorCallback errorCallback,
- optional Dictionary options);
+ optional PositionOptions options);
- // FIXME: should be: PositionOptions options: need PositionOptions.idl and dictionary http:/crbug.com/321462
[LogActivity] long watchPosition(PositionCallback successCallback,
optional PositionErrorCallback errorCallback,
- optional Dictionary options);
+ optional PositionOptions options);
void clearWatch(long watchID);
};
« no previous file with comments | « modules/geofencing/WorkerNavigatorGeofencing.idl ('k') | modules/geolocation/PositionOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698