Commit 95d36038 authored by isherman@chromium.org's avatar isherman@chromium.org

Update Autofill query and upload URLs to use https.

BUG=71601
TEST=none


Review URL: http://codereview.chromium.org/7620004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96482 0039d316-1c4b-4281-b951-d872f2087c98
parent 2d01c268
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment