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

Unified Diff: extensions/browser/test_management_policy.cc

Issue 384423002: [Canceled] Extensions: Add install_flags parameter to ManagementPolicy::UserMayLoad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update tests Created 6 years, 5 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
« no previous file with comments | « extensions/browser/test_management_policy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_management_policy.cc
diff --git a/extensions/browser/test_management_policy.cc b/extensions/browser/test_management_policy.cc
index 77ec19132f2a09db6fe54d4173dc29a9c4806d38..08d9575a60afeede8a840400172d565c2d054629 100644
--- a/extensions/browser/test_management_policy.cc
+++ b/extensions/browser/test_management_policy.cc
@@ -41,6 +41,7 @@ std::string TestManagementPolicyProvider::GetDebugPolicyProviderName() const {
}
bool TestManagementPolicyProvider::UserMayLoad(const Extension* extension,
+ int install_flags,
base::string16* error) const {
if (error && !may_load_)
*error = error_message_;
« no previous file with comments | « extensions/browser/test_management_policy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698