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

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

Issue 23449023: Add kiosk browser tests for network configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix flakiness Created 7 years, 3 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/login_display_host.h
diff --git a/chrome/browser/chromeos/login/login_display_host.h b/chrome/browser/chromeos/login/login_display_host.h
index cb9d6f469b64b3433028770b84e8f4f0ea1807a3..ccd1f36f618ed843d0885bae2592535c54ad4f7c 100644
--- a/chrome/browser/chromeos/login/login_display_host.h
+++ b/chrome/browser/chromeos/login/login_display_host.h
@@ -20,6 +20,7 @@ class Widget;
namespace chromeos {
+class AppLaunchController;
class WebUILoginView;
class WizardController;
@@ -82,6 +83,10 @@ class LoginDisplayHost {
// Result should not be stored.
virtual WizardController* GetWizardController() = 0;
+ // Returns current AppLaunchController, if it exists.
+ // Result should not be stored.
+ virtual AppLaunchController* GetAppLaunchController() = 0;
+
// Starts screen for adding user into session.
// |completion_callback| called before display host shutdown.
// |completion_callback| can be null.
« no previous file with comments | « chrome/browser/chromeos/login/kiosk_browsertest.cc ('k') | chrome/browser/chromeos/login/login_display_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698