| Index: chrome/browser/extensions/state_store.h
|
| diff --git a/chrome/browser/extensions/state_store.h b/chrome/browser/extensions/state_store.h
|
| index ba4867c81b6727001ea9a5406d025bea0329f6d6..4585b5cae37b4013a4aa6693e21f436e712144f4 100644
|
| --- a/chrome/browser/extensions/state_store.h
|
| +++ b/chrome/browser/extensions/state_store.h
|
| @@ -52,6 +52,9 @@ class StateStore
|
| void RemoveExtensionValue(const std::string& extension_id,
|
| const std::string& key);
|
|
|
| + // Return whether or not the StateStore has initialized itself.
|
| + bool IsInitialized() const;
|
| +
|
| private:
|
| class DelayedTaskQueue;
|
|
|
|
|