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

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

Issue 11803004: Typo fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698