Chromium Code Reviews| Index: chrome/browser/extensions/api/storage/managed_value_store_cache.h |
| diff --git a/chrome/browser/extensions/api/storage/managed_value_store_cache.h b/chrome/browser/extensions/api/storage/managed_value_store_cache.h |
| index b5116759adc063d78e4622778f451230e10b7aca..13d21c5df52ce97ced8f2e6a47c641db65ca416f 100644 |
| --- a/chrome/browser/extensions/api/storage/managed_value_store_cache.h |
| +++ b/chrome/browser/extensions/api/storage/managed_value_store_cache.h |
| @@ -72,6 +72,9 @@ class ManagedValueStoreCache : public ValueStoreCache, |
| // Returns an existing PolicyValueStore for |extension_id|, or NULL. |
| PolicyValueStore* GetStoreFor(const std::string& extension_id); |
| + // Returns true if a backing store has been created for |extension_id|. |
| + bool HasStore(const std::string& extension_id); |
|
bartfab (slow)
2013/11/25 14:24:02
Nit: const
Joao da Silva
2013/11/25 15:40:38
Done.
|
| + |
| // The profile that owns the extension system being used. This is used to |
| // get the PolicyService, the EventRouter and the ExtensionService. |
| Profile* profile_; |