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

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

Issue 8436002: [cros] Remove Views implementation for login/OOBE. (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
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 db59247ac97abed34da25352bd7967517d8c1070..c065135b7664657ead0cb3eb447859da1b3765c4 100644
--- a/chrome/browser/chromeos/login/background_view.h
+++ b/chrome/browser/chromeos/login/background_view.h
@@ -25,7 +25,6 @@ class Profile;
namespace chromeos {
-class OobeProgressBar;
class ShutdownButton;
// View used to render the background during login. BackgroundView contains
@@ -77,15 +76,6 @@ class BackgroundView : public views::View,
// Toggles whether status area is enabled.
void SetStatusAreaEnabled(bool enable);
- // Toggles OOBE progress bar visibility, the bar is hidden by default.
- void SetOobeProgressBarVisible(bool visible);
-
- // Gets progress bar visibility.
- bool IsOobeProgressBarVisible();
-
- // Sets current step on OOBE progress bar.
- void SetOobeProgress(LoginStep step);
-
// Shows screen saver.
void ShowScreenSaver();
@@ -136,8 +126,6 @@ class BackgroundView : public views::View,
void InitStatusArea();
// Creates and adds the labels for version and boot time.
void InitInfoLabels();
- // Creates and add OOBE progress bar.
- void InitProgressBar();
// Invokes SetWindowType for the window. This is invoked during startup and
// after we've painted.
@@ -148,7 +136,6 @@ class BackgroundView : public views::View,
StatusAreaViewChromeos::ScreenMode screen_mode_;
views::Label* os_version_label_;
views::Label* boot_times_label_;
- OobeProgressBar* progress_bar_;
ShutdownButton* shutdown_button_;
// True if running official BUILD.
« no previous file with comments | « chrome/browser/chromeos/dbus/mock_dbus_thread_manager.cc ('k') | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698