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

Unified Diff: public/web/WebGeolocationClient.h

Issue 521223003: Remove geolocationDestroyed() client notification. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « no previous file | public/web/WebGeolocationController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebGeolocationClient.h
diff --git a/public/web/WebGeolocationClient.h b/public/web/WebGeolocationClient.h
index 7b3221b050c5e2f9f70f6f1ce1f84019a27a3e36..f9625527c26508ed732c7b3cde7d72a0c3701276 100644
--- a/public/web/WebGeolocationClient.h
+++ b/public/web/WebGeolocationClient.h
@@ -39,13 +39,11 @@ public:
virtual void startUpdating() = 0;
virtual void stopUpdating() = 0;
virtual void setEnableHighAccuracy(bool) = 0;
- virtual void geolocationDestroyed() { }
virtual bool lastPosition(WebGeolocationPosition&) = 0;
virtual void requestPermission(const WebGeolocationPermissionRequest&) = 0;
virtual void cancelPermissionRequest(const WebGeolocationPermissionRequest&) = 0;
- // The controller is valid until geolocationDestroyed() is invoked.
// Ownership of the WebGeolocationController is transferred to the client.
virtual void setController(WebGeolocationController*) = 0;
};
« no previous file with comments | « no previous file | public/web/WebGeolocationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698