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

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

Issue 8168010: PART4: Removed the owner cache special handling from UserCrosSettingsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on ToT which now includes all three previous parts. Created 9 years, 1 month 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 | « chrome/browser/chromeos/user_cros_settings_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/user_cros_settings_provider.cc
diff --git a/chrome/browser/chromeos/user_cros_settings_provider.cc b/chrome/browser/chromeos/user_cros_settings_provider.cc
index 2eeb77a78642c095cccf217d79f9aa5add2e0cfa..7d855dff978796bbf9dfff1e3cf8fc51420e3046 100644
--- a/chrome/browser/chromeos/user_cros_settings_provider.cc
+++ b/chrome/browser/chromeos/user_cros_settings_provider.cc
@@ -533,10 +533,4 @@ bool UserCrosSettingsProvider::HandlesSetting(const std::string& path) const {
path == kReleaseChannel;
}
-// static
-void UserCrosSettingsProvider::UpdateCachedOwner(const std::string& email) {
- base::StringValue email_value(email);
- UpdateCache(kDeviceOwner, &email_value, USE_VALUE_SUPPLIED);
-}
-
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/user_cros_settings_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698