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

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

Issue 337053006: Oilpan: detach GeolocationController on being destroyed as a supplement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: Source/modules/geolocation/GeolocationController.h
diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
index 17e5cb8f9f4a37879fb6502967c807f37ae80eea..45285697cf4ce54040d962d8f28997821db5dc04 100644
--- a/Source/modules/geolocation/GeolocationController.h
+++ b/Source/modules/geolocation/GeolocationController.h
@@ -80,6 +80,8 @@ private:
void startUpdatingIfNeeded();
void stopUpdatingIfNeeded();
+ void detach();
+
GeolocationClient* m_client;
bool m_hasClientForTest;

Powered by Google App Engine
This is Rietveld 408576698