Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
diff --git a/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h b/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
index bae393f11f2282eef9e64a981abd5381cff63092..2d6ac5f238cb729ed5b49eb7c00febba25f33e1d 100644
--- a/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
+++ b/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
@@ -41,7 +41,7 @@ class MODULES_EXPORT ScreenWakeLock final
// Inherited from PageVisibilityObserver.
void pageVisibilityChanged() override;
- void contextDestroyed(Page*) override;
+
// Inherited from ContextLifecycleObserver.
void contextDestroyed(ExecutionContext*) override;

Powered by Google App Engine