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

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

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (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/multi_user_window_manager_chromeos.h
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h
index 2a66463ff3b568a70aac2ad521b3d3b401fe4cfd..6ca57b6b7adbbb53e011de93d939eec00322073f 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h
@@ -254,10 +254,6 @@ class MultiUserWindowManagerChromeOS
// Suppress changes to the visibility flag while we are changing it ourselves.
bool suppress_visibility_changes_;
- // Caching the current multi profile mode since the detection which mode is
- // used is quite expensive.
- static MultiProfileMode multi_user_mode_;
-
// The speed which is used to perform any animations.
AnimationSpeed animation_speed_;

Powered by Google App Engine
This is Rietveld 408576698