Index: chrome/browser/extensions/extension_prefs.h |
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h |
index 7da47b69f3ee9c59133d51349d856ca2b62cbae4..0f32b9e26f1d2fefea3c1a42bfa0847d77222ed7 100644 |
--- a/chrome/browser/extensions/extension_prefs.h |
+++ b/chrome/browser/extensions/extension_prefs.h |
@@ -289,6 +289,9 @@ class ExtensionPrefs : public ContentSettingsStore::Observer, |
const DictionaryValue* GetFilteredEvents( |
const std::string& extension_id) const; |
+ void SetExtensionRunning(const std::string& extension_id, bool is_running); |
+ bool WasExtensionRunningLastSession(const std::string& extension_id); |
+ |
// Controls the omnibox default suggestion as set by the extension. |
ExtensionOmniboxSuggestion GetOmniboxDefaultSuggestion( |
const std::string& extension_id); |