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

Unified Diff: ash/wm/overview/scoped_overview_animation_settings_factory_aura.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
Index: ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
diff --git a/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc b/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
deleted file mode 100644
index 1bdfe42864b6d735b40b8fca1a199ea194731bae..0000000000000000000000000000000000000000
--- a/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ash/wm/overview/scoped_overview_animation_settings_factory_aura.h"
-
-#include "ash/wm/overview/scoped_overview_animation_settings_aura.h"
-#include "base/memory/ptr_util.h"
-#include "ui/aura/window.h"
-
-namespace ash {
-
-ScopedOverviewAnimationSettingsFactoryAura::
- ScopedOverviewAnimationSettingsFactoryAura() {}
-
-ScopedOverviewAnimationSettingsFactoryAura::
- ~ScopedOverviewAnimationSettingsFactoryAura() {}
-
-std::unique_ptr<ScopedOverviewAnimationSettings>
-ScopedOverviewAnimationSettingsFactoryAura::CreateOverviewAnimationSettings(
- OverviewAnimationType animation_type,
- aura::Window* window) {
- return base::MakeUnique<ScopedOverviewAnimationSettingsAura>(animation_type,
- window);
-}
-
-} // namespace ash
« no previous file with comments | « ash/wm/overview/scoped_overview_animation_settings_factory_aura.h ('k') | ash/wm/overview/scoped_transform_overview_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698