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

Unified Diff: chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.h

Issue 2858643002: PS - Filtering activeTab URL (Closed)
Patch Set: Created 3 years, 8 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/chromeos/extensions/device_local_account_management_policy_provider.h
diff --git a/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.h b/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.h
index 9eb82c8ff1009b2930a6dfe39f094f58caeab8f0..e7ab7b81cfb41b8f215d542a900da2613bc0de55 100644
--- a/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.h
+++ b/chrome/browser/chromeos/extensions/device_local_account_management_policy_provider.h
@@ -25,7 +25,7 @@ class DeviceLocalAccountManagementPolicyProvider
~DeviceLocalAccountManagementPolicyProvider() override;
// Used to check whether an extension is explicitly whitelisted.
- static bool IsWhitelisted(const extensions::Extension* extension);
+ static bool IsWhitelisted(const std::string& extension_id);
// extensions::ManagementPolicy::Provider:
std::string GetDebugPolicyProviderName() const override;

Powered by Google App Engine
This is Rietveld 408576698