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

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

Issue 2601763002: WebFrame cleanup: Move addMessageToConsole to WebLocalFrame (Closed)
Patch Set: Created 4 years 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/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 0bd2249f7757837cd8d817c4ccc4bf2a8d07372c..a031178fd228e8b935bea53a4f102ea478b46a49 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -179,7 +179,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
DOMWindow* pagePopupWindowForTesting() const override;
bool shouldOpenModalDialogDuringPageDismissal(
- const DialogType&,
+ LocalFrame&,
+ DialogType,
const String& dialogMessage,
Document::PageDismissalType) const override;

Powered by Google App Engine
This is Rietveld 408576698