Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2617)

Unified Diff: chrome/browser/extensions/state_store.h

Issue 186013003: Persist browseraction properties across restarts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Jeffrey's Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698