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

Unified Diff: content/browser/tab_contents/tab_contents_delegate.cc

Issue 8553001: views: Add an Options enum to MessageBoxView control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 9 years, 1 month 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/browser/tab_contents/tab_contents_delegate.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index 7cbc3dc99547df89acfb47a5235611912b375eee..03825bb69d4eaa56bb528692907c2ece4688a601 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -251,7 +251,7 @@ class JavaScriptDialogCreatorStub : public content::JavaScriptDialogCreator {
virtual void RunJavaScriptDialog(content::JavaScriptDialogDelegate* delegate,
TitleType title_type,
const string16& title,
- int dialog_flags,
+ ui::MessageBoxType message_box_type,
const string16& message_text,
const string16& default_prompt_text,
IPC::Message* reply_message,

Powered by Google App Engine
This is Rietveld 408576698