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

Unified Diff: third_party/WebKit/Source/modules/battery/BatteryManager.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/battery/BatteryManager.h
diff --git a/third_party/WebKit/Source/modules/battery/BatteryManager.h b/third_party/WebKit/Source/modules/battery/BatteryManager.h
index fa13c2db10a6acdf4120a3ec4bdfc9dcf3b50869..a93c5e75ddd3e054eb791bf85489e5db9abcdcb4 100644
--- a/third_party/WebKit/Source/modules/battery/BatteryManager.h
+++ b/third_party/WebKit/Source/modules/battery/BatteryManager.h
@@ -59,7 +59,6 @@ class BatteryManager final : public EventTargetWithInlineData,
void suspend() override;
void resume() override;
void contextDestroyed(ExecutionContext*) override;
- void contextDestroyed(Page*) override;
// ScriptWrappable implementation.
bool hasPendingActivity() const final;

Powered by Google App Engine
This is Rietveld 408576698