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

Unified Diff: ash/wm/workspace/workspace_manager.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/wm/workspace/colored_window_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_manager.cc
diff --git a/ash/wm/workspace/workspace_manager.cc b/ash/wm/workspace/workspace_manager.cc
index bfabf15f88e0db4710a2e850812f1b108db3c4ec..96531deaf9c548439841c885e67c8acc4a92c266 100644
--- a/ash/wm/workspace/workspace_manager.cc
+++ b/ash/wm/workspace/workspace_manager.cc
@@ -113,8 +113,7 @@ WorkspaceManager::WorkspaceManager(Window* contents_window)
active_workspace_(NULL),
shelf_(NULL),
in_move_(false),
- ALLOW_THIS_IN_INITIALIZER_LIST(
- clear_unminimizing_workspace_factory_(this)),
+ clear_unminimizing_workspace_factory_(this),
unminimizing_workspace_(NULL),
app_terminating_(false),
creating_fade_(false),
« no previous file with comments | « ash/wm/workspace/colored_window_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698