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

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: 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
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 0c25aa4ac8f42ace3506e3d14ee4bf4bebb1fb87..c7f1f158a63e834198fd57ebe193e964cd7eeadc 100644
--- a/chrome/browser/chromeos/user_cros_settings_provider.cc
+++ b/chrome/browser/chromeos/user_cros_settings_provider.cc
@@ -562,10 +562,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

Powered by Google App Engine
This is Rietveld 408576698