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

Unified Diff: third_party/WebKit/Source/modules/installedapp/InstalledAppController.h

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp 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/installedapp/InstalledAppController.h
diff --git a/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
index 974fc6f583519ba41a4b9e197b73e864c3a15cf0..f9baebd616bfa6cddd41ba564880d45952dbac69 100644
--- a/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
+++ b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
@@ -38,7 +38,7 @@ class MODULES_EXPORT InstalledAppController final
InstalledAppController(LocalFrame&, WebInstalledAppClient*);
// Inherited from ContextLifecycleObserver.
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
WebInstalledAppClient* m_client;
};

Powered by Google App Engine
This is Rietveld 408576698