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

Unified Diff: ash/shell.cc

Issue 2901903003: [ash] Cleanup of ScopedOverviewAnimationSettings (Closed)
Patch Set: [ash] Cleanup of ScopedOverviewAnimationSettings (nuked factory) Created 3 years, 7 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/shell.h ('k') | ash/wm/overview/scoped_overview_animation_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 314024d96d652627116e233e8772c03f145fa547..6b41971c7b0592c62e93b5a200560ad8e00a4490 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -102,7 +102,6 @@
#include "ash/wm/maximize_mode/maximize_mode_window_manager.h"
#include "ash/wm/mru_window_tracker.h"
#include "ash/wm/overlay_event_filter.h"
-#include "ash/wm/overview/scoped_overview_animation_settings_factory_aura.h"
#include "ash/wm/overview/window_selector_controller.h"
#include "ash/wm/power_button_controller.h"
#include "ash/wm/resize_shadow_controller.h"
@@ -846,8 +845,6 @@ void Shell::Init(const ShellInitParams& init_params) {
if (config != Config::MASH)
immersive_handler_factory_ = base::MakeUnique<ImmersiveHandlerFactoryAsh>();
- scoped_overview_animation_settings_factory_.reset(
- new ScopedOverviewAnimationSettingsFactoryAura);
window_positioner_ = base::MakeUnique<WindowPositioner>();
if (config == Config::CLASSIC) {
« no previous file with comments | « ash/shell.h ('k') | ash/wm/overview/scoped_overview_animation_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698