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 94538be2e48dc8a10e582e8b31a146f5775a5e68..36a6e8e972b2cbe83c0df28a6ec7c54cbf0c119e 100644 |
--- a/chrome/browser/resources/options/chromeos/internet_detail.js |
+++ b/chrome/browser/resources/options/chromeos/internet_detail.js |
@@ -7,8 +7,7 @@ |
// NOTE(stevenjb): This code is in the process of being converted to be |
// compatible with the networkingPrivate extension API: |
// * The network property dictionaries are being converted to use ONC values. |
-// * chrome.send calls will be replaced with an API object that simulates the |
-// networkingPrivate API. See network_config.js. |
+// * chrome.send calls will be replaced with chrome.networkingPrivate calls. |
// See crbug.com/279351 for more info. |
cr.define('options.internet', function() { |