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

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

Issue 156493004: Add the ability to show a demo app on OOBE if a machine is derelict. (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 9f28103f5e1d9567de9cce9e9dc51c28c4bbe79c..48c2880ddc6e24b46eacec520fc3873db47bca12 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
@@ -35,9 +35,7 @@ class KioskProfileLoader : public LoginPerformer::Delegate,
virtual ~Delegate() {}
};
- KioskProfileLoader(KioskAppManager* kiosk_app_manager,
- const std::string& app_id,
- Delegate* delegate);
+ KioskProfileLoader(const std::string& app_user_id, Delegate* delegate);
virtual ~KioskProfileLoader();
@@ -61,8 +59,6 @@ class KioskProfileLoader : public LoginPerformer::Delegate,
// LoginUtils::Delegate implementation:
virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
- KioskAppManager* kiosk_app_manager_;
- const std::string app_id_;
std::string user_id_;
Delegate* delegate_;
scoped_ptr<CryptohomedChecker> cryptohomed_checker_;

Powered by Google App Engine
This is Rietveld 408576698