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

Unified Diff: chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h

Issue 1023183002: TrayUser::GetTrayIndex method removed as not necessary. Swich->Switch renamed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h
diff --git a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h
index c54397c56b866c8e805dafb30a61e75d5a5e4b4e..e213218ce6b5d88ec120a572703743f288f8c636 100644
--- a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h
+++ b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h
@@ -23,7 +23,7 @@ class MultiUserWindowManagerChromeOS;
// if not done yet.
// Specifying |animation_disabled| upon creation will perform the transition
// without visible animations.
-class UserSwichAnimatorChromeOS {
+class UserSwitchAnimatorChromeOS {
Mr4D (OOO till 08-26) 2015/03/21 20:59:16 Oh wow. Thanks for fixing the typo! Amazing that n
public:
// The animation step for the user change animation.
enum AnimationStep {
@@ -33,10 +33,10 @@ class UserSwichAnimatorChromeOS {
ANIMATION_STEP_ENDED // The animation has ended.
};
- UserSwichAnimatorChromeOS(MultiUserWindowManagerChromeOS* owner,
- const std::string& new_user_id,
- int animation_speed_ms);
- ~UserSwichAnimatorChromeOS();
+ UserSwitchAnimatorChromeOS(MultiUserWindowManagerChromeOS* owner,
+ const std::string& new_user_id,
+ int animation_speed_ms);
+ ~UserSwitchAnimatorChromeOS();
// Check if a window is covering the entire work area of the screen it is on.
static bool CoversScreen(aura::Window* window);
@@ -110,7 +110,7 @@ class UserSwichAnimatorChromeOS {
// For unit tests: Check which wallpaper was set.
std::string wallpaper_user_id_;
- DISALLOW_COPY_AND_ASSIGN(UserSwichAnimatorChromeOS);
+ DISALLOW_COPY_AND_ASSIGN(UserSwitchAnimatorChromeOS);
};
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698