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

Unified Diff: content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h

Issue 2684093002: Rename JavaScript "messages" to "dialogs". (Closed)
Patch Set: win fox Created 3 years, 10 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: content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h
diff --git a/content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h b/content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h
index f730cbd5de0c0c71c46990a88e690ff2a53b4945..e284dfe0311b5cec3d83357b2455a2e42d685675 100644
--- a/content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h
+++ b/content/shell/browser/layout_test/layout_test_javascript_dialog_manager.h
@@ -22,7 +22,7 @@ class LayoutTestJavaScriptDialogManager : public ShellJavaScriptDialogManager {
// JavaScriptDialogManager:
void RunJavaScriptDialog(WebContents* web_contents,
const GURL& origin_url,
- JavaScriptMessageType javascript_message_type,
+ JavaScriptDialogType dialog_type,
const base::string16& message_text,
const base::string16& default_prompt_text,
const DialogClosedCallback& callback,
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/shell/browser/layout_test/layout_test_javascript_dialog_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698