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

Unified Diff: third_party/closure_compiler/externs/settings_private.js

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: third_party/closure_compiler/externs/settings_private.js
diff --git a/third_party/closure_compiler/externs/settings_private.js b/third_party/closure_compiler/externs/settings_private.js
index 506bf65af945dd3ce3d52019c4332820a397d4ba..c0ef27ce65f89048c427f902ca39d1fd7e716f74 100644
--- a/third_party/closure_compiler/externs/settings_private.js
+++ b/third_party/closure_compiler/externs/settings_private.js
@@ -57,6 +57,7 @@ chrome.settingsPrivate.PolicyEnforcement = {
* policySource: (!chrome.settingsPrivate.PolicySource|undefined),
* policyEnforcement: (!chrome.settingsPrivate.PolicyEnforcement|undefined),
* recommendedValue: (*|undefined),
+ * policySourceName: (string|undefined),
Dan Beam 2015/09/21 21:50:47 nit: under policySource or as a member of it?
stevenjb 2015/09/23 18:46:24 Moved it in the .idl. (PolicySource is an enum)
Dan Beam 2015/09/25 01:47:36 ah, looked like a @struct (object), my bad
* extensionId: (string|undefined),
* readOnly: (boolean|undefined)
* }}

Powered by Google App Engine
This is Rietveld 408576698