From 60438399e091801fc813c5aa89e7c585457e88e8 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Fri, 3 Jun 2016 23:28:01 +0200 Subject: [PATCH] Fix typo in telemetry.js, follow-up to #7370 --- extensions/chromium/telemetry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/chromium/telemetry.js b/extensions/chromium/telemetry.js index 04061681d..b23cac530 100644 --- a/extensions/chromium/telemetry.js +++ b/extensions/chromium/telemetry.js @@ -72,7 +72,7 @@ limitations under the License. var extension_version = chrome.runtime.getManifest().version; if (window.Request && 'mode' in Request.prototype) { // fetch is supported in extensions since Chrome 42 (though the above - // feature-detection method detects selects Chrome 43+). + // feature-detection method detects Chrome 43+). // Unlike XMLHttpRequest, fetch omits credentials such as cookies in the // requests, which guarantees that the server cannot track the client // via HTTP cookies.