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

Unified Diff: chrome/common/extensions/api/settings_private.idl

Issue 1342033002: Add tooltips to cr-policy-indicator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521791_settings_policy_1
Patch Set: . Created 5 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/common/extensions/api/settings_private.idl
diff --git a/chrome/common/extensions/api/settings_private.idl b/chrome/common/extensions/api/settings_private.idl
index 161e1bc4f507b054b935bce3c560f339712a2e0b..eecc94ba462bfac067bf21165bb7387aebee15a9 100644
--- a/chrome/common/extensions/api/settings_private.idl
+++ b/chrome/common/extensions/api/settings_private.idl
@@ -41,6 +41,11 @@ namespace settingsPrivate {
// The recommended value if policyEnforcement == RECOMMENDED.
any? recommendedValue;
+ // The owner name if policySource == OWNER.
+ // The primary user name if policySource == PRIMARY_USER.
+ // The extension name if policySource == EXTENSION.
+ DOMString? policySourceName;
+
// The extension ID if policySource == EXTENSION.
DOMString? extensionId;

Powered by Google App Engine
This is Rietveld 408576698