| 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.
|
|
|