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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_profile_loader.h

Issue 165173002: Style fixes for demo mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/app_mode/kiosk_profile_loader.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h b/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
index 06b90291f004bf297414e27c0497a947c8613db5..0f3bcd0de74761688c97b8886c9b4046b012a32a 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
@@ -18,8 +18,6 @@ class Profile;
namespace chromeos {
-class KioskAppManager;
-
// KioskProfileLoader loads a special profile for a given app. It first
// attempts to login for the app's generated user id. If the login is
// successful, it prepares app profile then calls the delegate.
@@ -61,8 +59,8 @@ class KioskProfileLoader : public LoginPerformer::Delegate,
// LoginUtils::Delegate implementation:
virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
- std::string user_id_;
- bool force_ephemeral_;
+ const std::string user_id_;
+ const bool force_ephemeral_;
Delegate* delegate_;
scoped_ptr<CryptohomedChecker> cryptohomed_checker_;
scoped_ptr<LoginPerformer> login_performer_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/idle_detector.h » ('j') | chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698