Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(926)

Unified Diff: chrome/browser/extensions/extension_management.h

Issue 2306143002: Plumbing for login apps device policy to extensions. (Closed)
Patch Set: Removed unnecessary logging Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698