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

Unified Diff: chrome/browser/download/download_request_dialog_delegate_win.cc

Issue 56026: Move message flags into a separate header that can be used (Closed)
Patch Set: ctor Created 11 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/js_before_unload_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_request_dialog_delegate_win.cc
diff --git a/chrome/browser/download/download_request_dialog_delegate_win.cc b/chrome/browser/download/download_request_dialog_delegate_win.cc
index 2ff9a246cb0dad5e14a81fa4080c110f814d78c8..3f359ca04705a6912edab8ef78b037240f6ccedc 100644
--- a/chrome/browser/download/download_request_dialog_delegate_win.cc
+++ b/chrome/browser/download/download_request_dialog_delegate_win.cc
@@ -7,6 +7,7 @@
#include "chrome/browser/tab_contents/constrained_window.h"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/common/l10n_util.h"
+#include "chrome/common/message_box_flags.h"
#include "chrome/views/controls/message_box_view.h"
#include "grit/generated_resources.h"
@@ -22,7 +23,7 @@ DownloadRequestDialogDelegateWin::DownloadRequestDialogDelegateWin(
DownloadRequestManager::TabDownloadState* host)
: DownloadRequestDialogDelegate(host) {
message_view_ = new MessageBoxView(
- MessageBoxView::kIsConfirmMessageBox,
+ MessageBox::kIsConfirmMessageBox,
l10n_util::GetString(IDS_MULTI_DOWNLOAD_WARNING),
std::wstring());
window_ = tab->CreateConstrainedDialog(this, message_view_);
« no previous file with comments | « no previous file | chrome/browser/js_before_unload_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698