Commit 149a3740 authored by ftang's avatar ftang Committed by Commit bot

switch translate element loading domain

BUG=630068

Review-Url: https://codereview.chromium.org/2167843005
Cr-Commit-Position: refs/heads/master@{#407279}
parent e9784b65
......@@ -34,7 +34,7 @@ const int kExpirationDelayDays = 1;
} // namespace
const char TranslateScript::kScriptURL[] =
"https://translate.google.com/translate_a/element.js";
"https://translate.googleapis.com/translate_a/element.js";
const char TranslateScript::kRequestHeader[] =
"Google-Translate-Element-Mode: library";
const char TranslateScript::kAlwaysUseSslQueryName[] = "aus";
......
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