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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp

Issue 2909223002: Renamed WebViewBase::ChromeClient to GetChromeClient (Closed)
Patch Set: Removed blink:: qualifier Created 3 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/WebDevToolsAgentImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
index 1e3a69621662c2a8ea378532b7b5eae8918b651f..6118ed2f6b502f63fa5f77dcbd670614c5a63510 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
@@ -167,7 +167,7 @@ class ClientMessageLoopAdapter : public MainThreadDebugger::ClientMessageLoop {
// 1. Disable input events.
WebFrameWidgetBase::SetIgnoreInputEvents(true);
for (const auto view : WebViewBase::AllInstances())
- view->ChromeClient().NotifyPopupOpeningObservers();
+ view->GetChromeClient().NotifyPopupOpeningObservers();
// 2. Notify embedder about pausing.
if (agent->Client())
« no previous file with comments | « third_party/WebKit/Source/core/page/ValidationMessageClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698