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

Unified Diff: public/web/WebGeolocationController.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 | « public/web/WebGeolocationClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebGeolocationController.h
diff --git a/public/web/WebGeolocationController.h b/public/web/WebGeolocationController.h
index 2c36720737245a97c68e03921431323a3e4c0181..13e375727db9e7a5b56df0aa42f38761eae85cbc 100644
--- a/public/web/WebGeolocationController.h
+++ b/public/web/WebGeolocationController.h
@@ -35,8 +35,6 @@ class GeolocationController;
class WebGeolocationPosition;
class WebGeolocationError;
-// Note that the WebGeolocationController is invalid after the
-// WebGeolocationClient::geolocationDestroyed() has been received.
class WebGeolocationController : public WebNonCopyable {
public:
BLINK_EXPORT void positionChanged(const WebGeolocationPosition&);
« no previous file with comments | « public/web/WebGeolocationClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698