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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationController.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/presentation/PresentationController.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h
index ef453511fdd17049c4b90cbf28af7ff5050f1f9f..73cee313266882b6a89179617f9579c0e915a09b 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
@@ -71,7 +71,7 @@ private:
PresentationController(LocalFrame&, WebPresentationClient*);
// Implementation of LocalFrameLifecycleObserver.
- void willDetachFrameHost() override;
+ void contextDestroyed() override;
// Return the connection associated with the given |connectionClient| or
// null if it doesn't exist.

Powered by Google App Engine
This is Rietveld 408576698