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

Unified Diff: Source/modules/geolocation/GeolocationController.h

Issue 335573004: Oilpan: Notify supplements of Page and LocalFrame destruction. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/core/page/Page.cpp ('k') | Source/modules/geolocation/GeolocationController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/GeolocationController.h
diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
index 574c8b13ba0e574f1d3820f29a070450560fb37d..92914f33a5f627e5053b14445d74e07aa5a9cf8f 100644
--- a/Source/modules/geolocation/GeolocationController.h
+++ b/Source/modules/geolocation/GeolocationController.h
@@ -72,6 +72,7 @@ public:
virtual void trace(Visitor*) OVERRIDE;
virtual void willBeDestroyed() OVERRIDE;
+ virtual void persistentHostHasBeenDestroyed() OVERRIDE;
Michael van Ouwerkerk 2014/06/12 12:32:34 Nit: please note where these are inherited from.
zerny-chromium 2014/06/12 13:39:25 Done.
private:
GeolocationController(LocalFrame&, GeolocationClient*);
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/modules/geolocation/GeolocationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698