diff options
Diffstat (limited to 'chrome/browser/chromeos/cros_settings_provider.h')
-rw-r--r-- | chrome/browser/chromeos/cros_settings_provider.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/cros_settings_provider.h b/chrome/browser/chromeos/cros_settings_provider.h index 6770377..16bf27f 100644 --- a/chrome/browser/chromeos/cros_settings_provider.h +++ b/chrome/browser/chromeos/cros_settings_provider.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -45,6 +45,8 @@ class CrosSettingsProvider { // Reloads the caches if the provider has any. virtual void Reload() = 0; + void SetNotifyObserversCallback(const NotifyObserversCallback& notify_cb); + protected: // Notifies the observers about a setting change. void NotifyObservers(const std::string& path); |