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

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: Comments addressed. Kiosk apps fixed. 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..b71aa81e9315934d8d132aa138b8b5efac4389ff 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
@@ -118,7 +118,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:

Powered by Google App Engine
This is Rietveld 408576698