| Index: chrome/browser/chromeos/user_cros_settings_provider.h
|
| diff --git a/chrome/browser/chromeos/user_cros_settings_provider.h b/chrome/browser/chromeos/user_cros_settings_provider.h
|
| index 798f2fd94354539296fefbe50adfdc69989aae1e..1bbb12fe57a0613ec09c304e8e95fc68c6e09f89 100644
|
| --- a/chrome/browser/chromeos/user_cros_settings_provider.h
|
| +++ b/chrome/browser/chromeos/user_cros_settings_provider.h
|
| @@ -41,9 +41,6 @@ class UserCrosSettingsProvider : public CrosSettingsProvider {
|
| const base::Closure& callback) const OVERRIDE;
|
| virtual bool HandlesSetting(const std::string& path) const OVERRIDE;
|
|
|
| - // Updates cached value of the owner.
|
| - static void UpdateCachedOwner(const std::string& email);
|
| -
|
| private:
|
| // CrosSettingsProvider implementation.
|
| virtual void DoSet(const std::string& path,
|
|
|