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

Unified Diff: components/autofill/content/browser/risk/proto/fingerprint.proto

Issue 1707473002: Remove document.defaultCharset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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
Index: components/autofill/content/browser/risk/proto/fingerprint.proto
diff --git a/components/autofill/content/browser/risk/proto/fingerprint.proto b/components/autofill/content/browser/risk/proto/fingerprint.proto
index f176db2bfd373e4fcff0b756a048730dba8a6f49..5c85e8c4d9d2344c0aae0a7794814654e230c724 100644
--- a/components/autofill/content/browser/risk/proto/fingerprint.proto
+++ b/components/autofill/content/browser/risk/proto/fingerprint.proto
@@ -88,8 +88,7 @@ message Fingerprint {
// accept-languages.
repeated string requested_language = 8;
- // Default charset of the browser. (e.g. ISO-8859-1, obtained from
- // document.defaultCharset)
+ // Default charset of the browser. (e.g. ISO-8859-1)
optional string charset = 9;
// The number of physical screens.

Powered by Google App Engine
This is Rietveld 408576698