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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2011673002: [DevTools] Add notifyPopupOpeningObservers call before running debug loop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index ae612c4f76b9d19e34ed9a5c3809b78e7f0578e6..5311ed95c5461459a0448218d6f7d2deb67ac656 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -188,6 +188,8 @@ public:
double lastFrameTimeMonotonic() const override;
+ void notifyPopupOpeningObservers() const;
+
private:
explicit ChromeClientImpl(WebViewImpl*);
@@ -195,7 +197,6 @@ private:
void registerPopupOpeningObserver(PopupOpeningObserver*) override;
void unregisterPopupOpeningObserver(PopupOpeningObserver*) override;
- void notifyPopupOpeningObservers() const;
void setCursor(const WebCursorInfo&, LocalFrame* localRoot);
WebViewImpl* m_webView; // Weak pointer.
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698