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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 32e0f784b6d5f6c16dbbebbfac2519d75a9a358b..92b26cb0b209b4cc1201d7ae12249d4a84925a1d 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -461,8 +461,8 @@ BrowserView::BrowserView()
initialized_(false),
in_process_fullscreen_(false),
#if defined(OS_WIN)
- hung_window_detector_(&hung_plugin_action_),
ticker_(0),
+ hung_window_detector_(&hung_plugin_action_),
#endif
force_location_bar_focus_(false),
activate_modal_dialog_factory_(this) {

Powered by Google App Engine
This is Rietveld 408576698