Index: chrome/browser/extensions/extension_proxy_api.cc |
diff --git a/chrome/browser/extensions/extension_proxy_api.cc b/chrome/browser/extensions/extension_proxy_api.cc |
index c3761555917d6394dd1a8a8ef234a87382ddbb6d..c0c1b98e913a5674f61217e155856aaeabd425e9 100644 |
--- a/chrome/browser/extensions/extension_proxy_api.cc |
+++ b/chrome/browser/extensions/extension_proxy_api.cc |
@@ -103,7 +103,7 @@ Value* ProxyPrefTransformer::ExtensionToBrowserPref(const Value* extension_pref, |
static_cast<const DictionaryValue*>(extension_pref); |
// Extract the various pieces of information passed to |
- // chrome.experimental.proxy.settings.set(). Several of these strings will |
+ // chrome.proxy.settings.set(). Several of these strings will |
// remain blank no respective values have been passed to set(). |
// If a values has been passed to set but could not be parsed, we bail |
// out and return NULL. |