Index: extensions/browser/extension_prefs.h |
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h |
index cdfb278d35963e8b7b0de81dfbc8b20eb1e93d4a..7b97c25605bf41f68d2f2671fe8166d0a22036c9 100644 |
--- a/extensions/browser/extension_prefs.h |
+++ b/extensions/browser/extension_prefs.h |
@@ -442,6 +442,9 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService { |
// information. |
scoped_ptr<ExtensionsInfo> GetAllDelayedInstallInfo() const; |
+ // Returns true if the extension is blocked. |
+ bool IsExtensionBlocked(const std::string& id) const; |
not at google - send to devlin
2014/11/17 17:04:20
I said in a previous comment there should be no ne
Mike Lerman
2014/11/19 14:54:34
Removed.
|
+ |
// Returns true if the extension is an ephemeral app. |
bool IsEphemeralApp(const std::string& extension_id) const; |