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

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

Issue 536753003: Add recommended extension installation support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-3
Patch Set: rebase Created 6 years, 2 months 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 d7410e2234f70a62e40a6e7dc29ceee8623cbd8f..1936846fa350ea0702d92eb1c8163fdaee927493 100644
--- a/chrome/browser/extensions/extension_management.h
+++ b/chrome/browser/extensions/extension_management.h
@@ -84,6 +84,10 @@ class ExtensionManagement : public KeyedService {
// ExternalPolicyLoader::AddExtension().
scoped_ptr<base::DictionaryValue> GetForceInstallList() const;
+ // Like GetRecommendedInstallList(), but returns recommended install list
+ // instead.
Finnur 2014/10/06 14:01:42 I don't get it... GetRecommendedInstallList is li
binjin 2014/10/06 18:48:47 Ooops, it's a mistake due to auto-completion. Done
+ scoped_ptr<base::DictionaryValue> GetRecommendedInstallList() const;
+
// Returns if an extension with id |id| is allowed to install or not.
bool IsInstallationAllowed(const ExtensionId& id) const;

Powered by Google App Engine
This is Rietveld 408576698