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

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

Issue 536753003: Add recommended extension installation support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-3
Patch Set: add ui changes Created 6 years, 3 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/standard_management_policy_provider.h
diff --git a/chrome/browser/extensions/standard_management_policy_provider.h b/chrome/browser/extensions/standard_management_policy_provider.h
index 7b6ed857486e68b57fd9005332f1436325f9b0c8..5ce7728ed5fb1a9fa9c1cc67d3d0c5f284dddac2 100644
--- a/chrome/browser/extensions/standard_management_policy_provider.h
+++ b/chrome/browser/extensions/standard_management_policy_provider.h
@@ -30,6 +30,8 @@ class StandardManagementPolicyProvider : public ManagementPolicy::Provider {
base::string16* error) const OVERRIDE;
virtual bool MustRemainEnabled(const Extension* extension,
base::string16* error) const OVERRIDE;
+ virtual bool MustRemainInstalled(const Extension* extension,
+ base::string16* error) const OVERRIDE;
private:
const ExtensionManagement* settings_;

Powered by Google App Engine
This is Rietveld 408576698