diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/autofill/autofill_download.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_download.cc b/chrome/browser/autofill/autofill_download.cc index 7664210..8e4b4b8 100644 --- a/chrome/browser/autofill/autofill_download.cc +++ b/chrome/browser/autofill/autofill_download.cc @@ -24,9 +24,9 @@ namespace { const char kAutofillQueryServerRequestUrl[] = - "http://toolbarqueries.clients.google.com:80/tbproxy/af/query"; + "https://toolbarqueries.google.com/tbproxy/af/query"; const char kAutofillUploadServerRequestUrl[] = - "http://toolbarqueries.clients.google.com:80/tbproxy/af/upload"; + "https://toolbarqueries.google.com/tbproxy/af/upload"; const char kAutofillQueryServerNameStartInHeader[] = "GFE/"; const size_t kMaxFormCacheSize = 16; |