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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.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/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 46510033a27f038f44c13c8de13248865c16f894..7ddb77859e06b5fbcf0afe939ea0cd4f6088d8a8 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -279,7 +279,8 @@ class CORE_EXPORT ChromeClient : public HostWindow {
HTMLDialog = 3
};
virtual bool shouldOpenModalDialogDuringPageDismissal(
- const DialogType&,
+ LocalFrame&,
+ DialogType,
const String&,
Document::PageDismissalType) const {
return true;

Powered by Google App Engine
This is Rietveld 408576698