| 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..6e08b141d7396adc10146dd8081c3a31867d8c51 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) const;
|
| +
|
| // The profile that owns the extension system being used. This is used to
|
| // get the PolicyService, the EventRouter and the ExtensionService.
|
| Profile* profile_;
|
|
|