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

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

Issue 2142753002: Remove LocalFrameLifecycleObserver::willDetachFrameHost() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 5 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 c1496a4cedaef7fdb18f47c50faf0bda6c5ea643..571071c93026e07c9b937786e0ca986c201b4def 100644
--- a/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
+++ b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
@@ -33,7 +33,7 @@ private:
InstalledAppController(LocalFrame&, WebInstalledAppClient*);
// Inherited from LocalFrameLifecycleObserver.
- void willDetachFrameHost() override;
+ void contextDestroyed() override;
WebInstalledAppClient* m_client;
};

Powered by Google App Engine
This is Rietveld 408576698