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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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
Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index fd63c4cffe1e8b741232ca7fbbf6123d44ac0341..fda5450d5f000c38e44a5daada4aa05574dd15ef 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -146,6 +146,8 @@ public:
// the page is shutting down, but will be valid at all other times.
Page* page() const { return view()->page(); }
+ ChromeClientImpl& chromeClient() const { return view()->chromeClient(); }
+
// Event related methods:
void mouseContextMenu(const WebMouseEvent&);

Powered by Google App Engine
This is Rietveld 408576698