| Index: chrome/browser/chromeos/settings/stub_cros_settings_provider.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/settings/stub_cros_settings_provider.h (revision 154482)
|
| +++ chrome/browser/chromeos/settings/stub_cros_settings_provider.h (working copy)
|
| @@ -26,6 +26,7 @@
|
| virtual TrustedStatus PrepareTrustedValues(
|
| const base::Closure& callback) OVERRIDE;
|
| virtual bool HandlesSetting(const std::string& path) const OVERRIDE;
|
| + virtual void Reload() OVERRIDE;
|
|
|
| private:
|
| // CrosSettingsProvider implementation:
|
|
|