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

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

Issue 9365078: Rename the ephemeral_users field in the device policy protobuf (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed reference to Chrome OS bug. Created 8 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/stub_cros_settings_provider.cc
diff --git a/chrome/browser/chromeos/stub_cros_settings_provider.cc b/chrome/browser/chromeos/stub_cros_settings_provider.cc
index 8f2966accea840701799fa78f78d604fc3f62a97..7b9c4247a548bd18feb6b534a6fbdd029493aee6 100644
--- a/chrome/browser/chromeos/stub_cros_settings_provider.cc
+++ b/chrome/browser/chromeos/stub_cros_settings_provider.cc
@@ -19,7 +19,7 @@ const char* kHandledSettings[] = {
kAccountsPrefAllowNewUser,
kAccountsPrefShowUserNamesOnSignIn,
kAccountsPrefUsers,
- kAccountsPrefEphemeralUsers,
+ kAccountsPrefEphemeralUsersEnabled,
kDeviceOwner,
kReleaseChannel,
kReportDeviceVersionInfo,
« no previous file with comments | « chrome/browser/chromeos/device_settings_provider.cc ('k') | chrome/browser/policy/proto/chrome_device_policy.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698