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

Unified Diff: chrome/browser/chromeos/login/background_view.h

Issue 8585031: [cros, Aura] Make screen_mode static variable in StatusAreaViewChromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 1 month 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 | « chrome/browser/chromeos/frame/browser_view.cc ('k') | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/background_view.h
diff --git a/chrome/browser/chromeos/login/background_view.h b/chrome/browser/chromeos/login/background_view.h
index 1c9d29c0f42cd75ce05878b209eb67c55550b641..ba51784da9b1208225419cfd53572622794d73fb 100644
--- a/chrome/browser/chromeos/login/background_view.h
+++ b/chrome/browser/chromeos/login/background_view.h
@@ -117,10 +117,6 @@ class BackgroundView : public views::View,
virtual void OnBootTimesLabelTextUpdated(
const std::string& boot_times_label_text) OVERRIDE;
- void set_screen_mode(StatusAreaViewChromeos::ScreenMode mode) {
- screen_mode_ = mode;
- }
-
private:
// Creates and adds the status_area.
void InitStatusArea();
@@ -133,7 +129,6 @@ class BackgroundView : public views::View,
// All of these variables could be NULL.
StatusAreaViewChromeos* status_area_;
- StatusAreaViewChromeos::ScreenMode screen_mode_;
views::Label* os_version_label_;
views::Label* boot_times_label_;
ShutdownButton* shutdown_button_;
« no previous file with comments | « chrome/browser/chromeos/frame/browser_view.cc ('k') | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698