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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js

Issue 8726007: Disable UI in chrome://settings/internet and details popup for policy-managed networks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only allocate space to policy indicators if at least one is visible. Created 9 years, 1 month 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/resources/options/chromeos/internet_detail_ip_config_list.js
diff --git a/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js b/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js
index fe4cb9eab4a94a3bb8759d5989955aaf8cbcf171..8bcea77284254b7a08d8a200454ded84718a5cb4 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js
+++ b/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js
@@ -74,8 +74,7 @@ cr.define('options.internet', function() {
/**
* Called when committing an edit; updates the model.
- * @param {Event} e The end event.
- * @private
+ * @param {Event} e The end event. * @private
James Hawkins 2011/11/28 21:38:06 Wha? I think this change was unintentional.
Mattias Nissler (ping if slow) 2011/11/29 14:48:50 Sorry. Reverted.
*/
onEditCommitted_: function(e) {
this.fieldInfo_['value'] = this.valueField_.value;

Powered by Google App Engine
This is Rietveld 408576698