| Index: chrome/browser/extensions/extension_management.h
|
| diff --git a/chrome/browser/extensions/extension_management.h b/chrome/browser/extensions/extension_management.h
|
| index 9d9831e827caef39c83efe78682b8faa96975bbe..0550475d976a24954b7597f4d40a960a38c8e6c2 100644
|
| --- a/chrome/browser/extensions/extension_management.h
|
| +++ b/chrome/browser/extensions/extension_management.h
|
| @@ -153,6 +153,14 @@ class ExtensionManagement : public KeyedService {
|
| void OnExtensionPrefChanged();
|
| void NotifyExtensionManagementPrefChanged();
|
|
|
| + // Helper to update |extension_dict| for forced installs.
|
| + void UpdateForcedExtensions(const base::DictionaryValue* extension_dict);
|
| +
|
| + // Helper to return an extension install list, in format specified by
|
| + // ExternalPolicyLoader::AddExtension().
|
| + std::unique_ptr<base::DictionaryValue> GetInstallListByMode(
|
| + InstallationMode installation_mode) const;
|
| +
|
| // Helper function to access |settings_by_id_| with |id| as key.
|
| // Adds a new IndividualSettings entry to |settings_by_id_| if none exists for
|
| // |id| yet.
|
|
|