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

Unified Diff: chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc

Issue 7096016: Remove JS dialog dependency from content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: now a tc delegate Created 9 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: chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc
diff --git a/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc b/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc
index 51f175591446593cec8a53604339a31fa145e66f..257def3ab65ab1f41614bdb4c9994671115cca92 100644
--- a/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc
+++ b/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc
@@ -11,7 +11,7 @@
#include "content/common/notification_type.h"
AppModalDialog::AppModalDialog(TabContents* tab_contents,
- const std::wstring& title)
+ const string16& title)
: skip_this_dialog_(false),
tab_contents_(tab_contents),
native_dialog_(NULL),

Powered by Google App Engine
This is Rietveld 408576698