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

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

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.cpp
diff --git a/third_party/WebKit/Source/modules/installedapp/InstalledAppController.cpp b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.cpp
index 4c92e7b4ae0cf9f9b8dc788bb13c7ef874494475..2d06c5f3fdbdb7d656ee19d6344cb50835d32393 100644
--- a/third_party/WebKit/Source/modules/installedapp/InstalledAppController.cpp
+++ b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.cpp
@@ -54,7 +54,7 @@ void InstalledAppController::getInstalledApps(
m_client->getInstalledRelatedApps(url, std::move(callback));
}
-void InstalledAppController::contextDestroyed() {
+void InstalledAppController::contextDestroyed(ExecutionContext*) {
m_client = nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698