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

Unified Diff: chrome/browser/chromeos/login/signed_settings.cc

Issue 8168010: PART4: Removed the owner cache special handling from UserCrosSettingsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/user_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/signed_settings.cc
diff --git a/chrome/browser/chromeos/login/signed_settings.cc b/chrome/browser/chromeos/login/signed_settings.cc
index 1ba9b8497b56e213780e5c8b029b71d19b68d08d..0b41d04fe40f6be9c2b41402da3b6aa21b75c464 100644
--- a/chrome/browser/chromeos/login/signed_settings.cc
+++ b/chrome/browser/chromeos/login/signed_settings.cc
@@ -363,6 +363,8 @@ void StorePropertyOp::SetInPolicy(const std::string& prop,
if ((*i)->GetAsString(&email))
whitelist_proto->add_user_whitelist(email.c_str());
}
+ } else if (prop == kDeviceOwner) {
+ // We don't serialize this one to the policy blob.
Mattias Nissler (ping if slow) 2011/10/07 13:46:52 It's actually good to make it a NOTREACHED(), do y
pastarmovj 2011/10/13 12:00:41 Actually it is not NOTREACHED() it will be called
} else {
NOTREACHED();
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/user_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698