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

Unified Diff: ash/wm/app_list_controller.h

Issue 10533032: cleanup: Remove applist v1 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/app_list_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/app_list_controller.h
diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h
index bf6e863a7ef141ae0e906f218c95332a36ba54fe..d464841da0ab8870ce7986fcb696611d7ebd95c4 100644
--- a/ash/wm/app_list_controller.h
+++ b/ash/wm/app_list_controller.h
@@ -37,9 +37,6 @@ class AppListController : public aura::EventFilter,
AppListController();
virtual ~AppListController();
- // Returns true if AppListV2 is enabled.
- static bool UseAppListV2();
-
// Show/hide app list window.
void SetVisible(bool visible);
@@ -61,22 +58,9 @@ class AppListController : public aura::EventFilter,
// Forgets the view.
void ResetView();
- // Starts show/hide animation. ScheduleAnimation is the master who manages
- // when to call sub animations. There are three sub animations: background
- // dimming, browser windows scale/fade and app list scale/fade. The background
- // dimming runs in parallel with the other two and spans the whole animation
- // time. The rest sub animations run in two steps. On showing, the first step
- // is browser windows scale-out and fade-out and the 2nd step is app list
- // scale-in and fade-in. The 2nd step animation is started via a timer and
- // there is is a little overlap between the two animations. Hiding animation
- // is the reverse of the showing animation.
+ // Starts show/hide animation.
void ScheduleAnimation();
- void ScheduleBrowserWindowsAnimationForContainer(aura::Window* container);
- void ScheduleBrowserWindowsAnimation();
- void ScheduleDimmingAnimation();
- void ScheduleAppListAnimation();
-
// aura::EventFilter overrides:
virtual bool PreHandleKeyEvent(aura::Window* target,
aura::KeyEvent* event) OVERRIDE;
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/app_list_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698