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

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, 2 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/chromeos/login/background_view.h
diff --git a/chrome/browser/chromeos/login/background_view.h b/chrome/browser/chromeos/login/background_view.h
index 53d8a0e065d2b21515256f6a3fd3f94515e74086..1723fe556bc941604af64180cc98da41a524e4a2 100644
--- a/chrome/browser/chromeos/login/background_view.h
+++ b/chrome/browser/chromeos/login/background_view.h
@@ -24,7 +24,6 @@ class Profile;
namespace chromeos {
-class OobeProgressBar;
class ShutdownButton;
class StatusAreaView;
@@ -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();
@@ -133,8 +123,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.
@@ -144,7 +132,6 @@ class BackgroundView : public views::View,
StatusAreaView* status_area_;
views::Label* os_version_label_;
views::Label* boot_times_label_;
- OobeProgressBar* progress_bar_;
ShutdownButton* shutdown_button_;
// True if running official BUILD.

Powered by Google App Engine
This is Rietveld 408576698