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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.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/core/frame/LocalFrameLifecycleNotifier.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.h b/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.h
index e2a18cd0cde73bc03f1f6434cf9cc43b4131c9cf..0a9c834304569b0e5f0cc26485cc69fe7bd2ba0e 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.h
@@ -15,8 +15,6 @@ class LocalFrameLifecycleObserver;
class LocalFrame;
class CORE_EXPORT LocalFrameLifecycleNotifier : public LifecycleNotifier<LocalFrame, LocalFrameLifecycleObserver> {
-public:
- void notifyWillDetachFrameHost();
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698