Chromium Code Reviews| 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..8f73a666960c17cf7e9ab4cf4b190310807867bc 100644 |
| --- a/chrome/browser/extensions/api/storage/policy_value_store.h |
| +++ b/chrome/browser/extensions/api/storage/policy_value_store.h |
| @@ -33,11 +33,7 @@ class PolicyValueStore : public ValueStore { |
| 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); |
| + void SetCurrentPolicy(const policy::PolicyMap& policy); |
|
bartfab (slow)
2013/11/11 14:40:08
Nit: |notify_if_changed| no longer exists but the
Joao da Silva
2013/11/12 15:26:33
Done.
|
| // Clears all the stored data and deletes the database. |
| void DeleteStorage(); |