Index: chrome/browser/resources/options/chromeos/internet_detail.js |
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.js b/chrome/browser/resources/options/chromeos/internet_detail.js |
index 9c33346759e6998131faf14fe3939a0bc212efe4..be427845271e2c41d8ce5c0f00359a7f73a0276f 100644 |
--- a/chrome/browser/resources/options/chromeos/internet_detail.js |
+++ b/chrome/browser/resources/options/chromeos/internet_detail.js |
@@ -539,7 +539,7 @@ cr.define('options.internet', function() { |
proxyPort = null; |
if (type == 'cros.session.proxy.singlehttp') { |
- proxyHost = 'proxy-host-signal-name'; |
+ proxyHost = 'proxy-host-single-name'; |
proxyPort = 'proxy-host-single-port'; |
}else if (type == 'cros.session.proxy.httpurl') { |
proxyHost = 'proxy-host-name'; |