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

Unified Diff: content/shell/browser/shell_javascript_dialog_win.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 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 | « content/gpu/gpu_watchdog_thread.cc ('k') | device/bluetooth/bluetooth_task_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_javascript_dialog_win.cc
diff --git a/content/shell/browser/shell_javascript_dialog_win.cc b/content/shell/browser/shell_javascript_dialog_win.cc
index 35371223016565a16347b2cbbbb0a33d19709268..287ff0da20a8eb3610cb64d4eee989318c32e01b 100644
--- a/content/shell/browser/shell_javascript_dialog_win.cc
+++ b/content/shell/browser/shell_javascript_dialog_win.cc
@@ -84,9 +84,9 @@ ShellJavaScriptDialog::ShellJavaScriptDialog(
const JavaScriptDialogManager::DialogClosedCallback& callback)
: manager_(manager),
callback_(callback),
+ message_type_(message_type),
message_text_(message_text),
- default_prompt_text_(default_prompt_text),
- message_type_(message_type) {
+ default_prompt_text_(default_prompt_text) {
int dialog_type;
if (message_type == JAVASCRIPT_MESSAGE_TYPE_ALERT)
dialog_type = IDD_ALERT;
« no previous file with comments | « content/gpu/gpu_watchdog_thread.cc ('k') | device/bluetooth/bluetooth_task_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698