Index: chrome/browser/extensions/api/storage/policy_value_store.h |
diff --git a/chrome/browser/extensions/api/storage/policy_value_store.h b/chrome/browser/extensions/api/storage/policy_value_store.h |
index ea4f4daeee7cf8b93f9b6c390d95ca95e1421cab..f32d30740b7b59bd0f4688c2bbafdf1af17c0958 100644 |
--- a/chrome/browser/extensions/api/storage/policy_value_store.h |
+++ b/chrome/browser/extensions/api/storage/policy_value_store.h |
@@ -32,12 +32,9 @@ class PolicyValueStore : public ValueStore { |
scoped_ptr<ValueStore> delegate); |
virtual ~PolicyValueStore(); |
- // Stores |policy| in the persistent database represented by the |delegate_|. |
- // If |notify_if_changed| and |policy| differs from the previously persisted |
- // version, then a notification is sent to the |observers_| with a list of the |
- // changes detected. |
- void SetCurrentPolicy(const policy::PolicyMap& policy, |
- bool notify_if_changed); |
+ // Stores |policy| in the persistent database represented by the |delegate_| |
+ // and notifies observers with the changes from the previous policy. |
+ void SetCurrentPolicy(const policy::PolicyMap& policy); |
// Clears all the stored data and deletes the database. |
void DeleteStorage(); |