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

Unified Diff: chrome/browser/chromeos/settings/stub_cros_settings_provider.cc

Issue 14306004: Put Kiosk App parameters into device settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle clearing of the auto launch ID more gracefully. Created 7 years, 8 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/settings/stub_cros_settings_provider.cc
diff --git a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc
index e02ca97b934704c1e2f2bd3bd5844fab15c6e7dd..44f8c72c2392401b2ccffc68fc9f5dbf3f6d2e3b 100644
--- a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc
+++ b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc
@@ -56,7 +56,7 @@ void StubCrosSettingsProvider::SetDefaults() {
values_.SetBoolean(kAccountsPrefAllowGuest, true);
values_.SetBoolean(kAccountsPrefAllowNewUser, true);
values_.SetBoolean(kAccountsPrefShowUserNamesOnSignIn, true);
- values_.SetValue(kAccountsPrefDeviceLocalAccounts, new ListValue);
+ values_.SetValue(kAccountsPrefDeviceLocalAccounts, new base::DictionaryValue);
xiyuan 2013/04/26 17:15:13 This should be ListValue since we changed it back
Mattias Nissler (ping if slow) 2013/04/29 18:25:17 Done.
// |kDeviceOwner| will be set to the logged-in user by |UserManager|.
}

Powered by Google App Engine
This is Rietveld 408576698