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) |
* }} |