| Index: extensions/browser/extension_prefs.h
|
| diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
|
| index cdfb278d35963e8b7b0de81dfbc8b20eb1e93d4a..a5e7c4ea291bb587de8f7ef94e061058a4368125 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 locked.
|
| + bool IsExtensionLocked(const std::string& id) const;
|
| +
|
| // Returns true if the extension is an ephemeral app.
|
| bool IsEphemeralApp(const std::string& extension_id) const;
|
|
|
|
|