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

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

Issue 213253007: Revert of Added shortcut for NW config screen in kiosk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/chromeos/login/app_launch_controller.h
diff --git a/chrome/browser/chromeos/login/app_launch_controller.h b/chrome/browser/chromeos/login/app_launch_controller.h
index a585b2c265b92ae0ab65b3ae8071b69ef0408906..4e52f2cf4ab1fd04a4d2e522c02c184e88094669 100644
--- a/chrome/browser/chromeos/login/app_launch_controller.h
+++ b/chrome/browser/chromeos/login/app_launch_controller.h
@@ -87,7 +87,6 @@
// AppLaunchSplashScreenActor::Delegate overrides:
virtual void OnConfigureNetwork() OVERRIDE;
virtual void OnCancelAppLaunch() OVERRIDE;
- virtual void OnNetworkConfigRequested(bool requested) OVERRIDE;
virtual void OnNetworkStateChanged(bool online) OVERRIDE;
// StartupAppLauncher::Delegate overrides:
@@ -99,7 +98,6 @@
virtual void OnReadyToLaunch() OVERRIDE;
virtual void OnLaunchSucceeded() OVERRIDE;
virtual void OnLaunchFailed(KioskAppLaunchError::Error error) OVERRIDE;
- virtual bool IsShowingNetworkConfigScreen() OVERRIDE;
// AppLaunchSigninScreen::Delegate overrides:
virtual void OnOwnerSigninSuccess() OVERRIDE;
@@ -131,7 +129,6 @@
bool waiting_for_network_;
bool network_wait_timedout_;
bool showing_network_dialog_;
- bool network_config_requested_;
int64 launch_splash_start_time_;
static bool skip_splash_wait_;
« no previous file with comments | « chrome/browser/chromeos/app_mode/startup_app_launcher.cc ('k') | chrome/browser/chromeos/login/app_launch_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698