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

Unified Diff: third_party/WebKit/Source/platform/LifecycleContextTest.cpp

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/platform/LifecycleContextTest.cpp
diff --git a/third_party/WebKit/Source/platform/LifecycleContextTest.cpp b/third_party/WebKit/Source/platform/LifecycleContextTest.cpp
index 0aee4ae705edcbf849fc6394821189928d5f4a91..b53f6d13a1a79f6d3759e215f093fecee18babd0 100644
--- a/third_party/WebKit/Source/platform/LifecycleContextTest.cpp
+++ b/third_party/WebKit/Source/platform/LifecycleContextTest.cpp
@@ -56,7 +56,7 @@ class TestingObserver final
return new TestingObserver(context);
}
- void contextDestroyed(DummyContext* destroyedContext) override {
+ void contextDestroyed(DummyContext* destroyedContext) {
if (m_observerToRemoveOnDestruct) {
destroyedContext->removeObserver(m_observerToRemoveOnDestruct);
m_observerToRemoveOnDestruct.clear();
« no previous file with comments | « third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.cpp ('k') | third_party/WebKit/Source/platform/LifecycleNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698