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

Unified Diff: ash/wm/activation_controller.cc

Issue 14305026: ash: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « ash/system/tray/tray_background_view.cc ('k') | ash/wm/video_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/activation_controller.cc
diff --git a/ash/wm/activation_controller.cc b/ash/wm/activation_controller.cc
index 196043ac81992b1804222343d6ebece911ab82a6..8c48346b5eb313e3b87f80cd7956829740eb952e 100644
--- a/ash/wm/activation_controller.cc
+++ b/ash/wm/activation_controller.cc
@@ -149,7 +149,7 @@ ActivationController::ActivationController(
: focus_client_(focus_client),
updating_activation_(false),
active_window_(NULL),
- ALLOW_THIS_IN_INITIALIZER_LIST(observer_manager_(this)),
+ observer_manager_(this),
delegate_(delegate) {
aura::Env::GetInstance()->AddObserver(this);
focus_client_->AddObserver(this);
« no previous file with comments | « ash/system/tray/tray_background_view.cc ('k') | ash/wm/video_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698