| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index 82673c40dfc6dac9cada8fa59da8a04af08b9395..66f8c99d4c6e68ef2697feace418138cc9776730 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -423,6 +423,9 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
|
| // Clears incognito session-only content settings for all extensions.
|
| void ClearIncognitoSessionOnlyContentSettings();
|
|
|
| + // Returns the creation flags mask for the extension.
|
| + int GetCreationFlags(const std::string& extension_id) const;
|
| +
|
| // Returns true if the extension was installed from the Chrome Web Store.
|
| bool IsFromWebStore(const std::string& extension_id) const;
|
|
|
|
|