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

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

Issue 14927015: Translate device-local account IDs to user IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix forward declaration. Created 7 years, 7 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_app_manager.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
index 40791a92fe3f3e1ba6d591fba10e2e7595141b8e..401dfeb72725e167cd52f13178f1cc5d54352a48 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
@@ -37,7 +37,8 @@ class KioskAppManager : public content::NotificationObserver,
App();
~App();
- std::string id;
+ std::string app_id;
+ std::string user_id;
std::string name;
gfx::ImageSkia icon;
bool is_loading;
@@ -118,7 +119,7 @@ class KioskAppManager : public content::NotificationObserver,
// Gets KioskAppData for the given app id.
const KioskAppData* GetAppData(const std::string& app_id) const;
- // Update app data |apps_| based on |prefs_|.
+ // Update app data |apps_| based on CrosSettings.
void UpdateAppData();
// content::NotificationObserver overrides:
« no previous file with comments | « chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc ('k') | chrome/browser/chromeos/app_mode/kiosk_app_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698