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

Unified Diff: third_party/WebKit/Source/modules/geolocation/Geolocation.h

Issue 2634713002: Remove PageVisibilityObserver contextDestroyed() notifications. (Closed)
Patch Set: prefer type aliases Created 3 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
Index: third_party/WebKit/Source/modules/geolocation/Geolocation.h
diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.h b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
index 7eb7c86894b6032b8f8b1f2c621a9010ea84ae40..1bb2c1944ae551a3aae679f855df29a390cd010d 100644
--- a/third_party/WebKit/Source/modules/geolocation/Geolocation.h
+++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
@@ -66,7 +66,6 @@ class MODULES_EXPORT Geolocation final
// Inherited from ContextLifecycleObserver and PageVisibilityObserver.
void contextDestroyed(ExecutionContext*) override;
- void contextDestroyed(Page*) override;
Document* document() const;
LocalFrame* frame() const;

Powered by Google App Engine
This is Rietveld 408576698