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

Unified Diff: chrome/browser/chromeos/policy/login_profile_policy_provider.h

Issue 1304843004: Add source column to chrome://policy showing the origins of policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browsertest and removed unnecessary string for default values. Created 5 years, 4 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/policy/login_profile_policy_provider.h
diff --git a/chrome/browser/chromeos/policy/login_profile_policy_provider.h b/chrome/browser/chromeos/policy/login_profile_policy_provider.h
index 77e895322857c76078055c195e2fdce149d1c82b..7a8cf9339eb30d57b84078deedc3a0bf6cefbba6 100644
--- a/chrome/browser/chromeos/policy/login_profile_policy_provider.h
+++ b/chrome/browser/chromeos/policy/login_profile_policy_provider.h
@@ -27,6 +27,7 @@ class LoginProfilePolicyProvider : public ConfigurationPolicyProvider,
void Init(SchemaRegistry* registry) override;
void Shutdown() override;
void RefreshPolicies() override;
+ PolicySource source() const override;
Thiemo Nagel 2015/09/01 17:40:36 Remove.
fhorschig 2015/09/04 06:53:53 Done.
// PolicyService::Observer:
void OnPolicyUpdated(const PolicyNamespace& ns,

Powered by Google App Engine
This is Rietveld 408576698