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

Unified Diff: chrome/browser/ui/webui/options/chromeos/system_settings_provider.h

Issue 8899002: [cros] Add --stub-cros-settings option for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years 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/ui/webui/options/chromeos/system_settings_provider.h
diff --git a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
index feeced20a862bf3a04d1683894adfe9bc09a3067..af2c0c36cc9b318ee9cb1c615722dac7a2d04433 100644
--- a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
+++ b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
@@ -24,7 +24,7 @@ namespace chromeos {
class SystemSettingsProvider : public CrosSettingsProvider,
public system::TimezoneSettings::Observer {
public:
- SystemSettingsProvider();
+ explicit SystemSettingsProvider(const NotifyObserversCallback& notify_cb);
virtual ~SystemSettingsProvider();
// CrosSettingsProvider overrides.

Powered by Google App Engine
This is Rietveld 408576698