| Index: chrome/browser/extensions/state_store.h
|
| diff --git a/chrome/browser/extensions/state_store.h b/chrome/browser/extensions/state_store.h
|
| index f1d15680c480e6758e1abec7c10ab3defc349dc3..97d3b9e0e1ba1ee800902798da9fcf8f8c2b7fb2 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;
|
|
|
|
|