| Index: extensions/browser/extension_prefs.h
|
| diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
|
| index 4c6adf698cea0c45e5cd995292139c9fe9575fcc..c6c9df15e55327d03dcacc0de03c2cc618f5fe07 100644
|
| --- a/extensions/browser/extension_prefs.h
|
| +++ b/extensions/browser/extension_prefs.h
|
| @@ -519,6 +519,10 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
|
| // Returns true if the extension should not be synced.
|
| bool DoNotSync(const std::string& extension_id) const;
|
|
|
| + // Returns the set of install flags set for the extension, i.e. a bitmask of
|
| + // extensions::InstallFlag.
|
| + int GetInstallFlags(const std::string& extension_id) const;
|
| +
|
| // Gets/sets the last launch time of an extension.
|
| base::Time GetLastLaunchTime(const std::string& extension_id) const;
|
| void SetLastLaunchTime(const std::string& extension_id,
|
|
|