Commit 5728f686 authored by Yue Cen's avatar Yue Cen Committed by Commit Bot

Fast app reinstall: Explicitly use https for the API URL.

Bug: 835029
Change-Id: I6b483f66203120d3684c0da6ba29bf9997116cee
Reviewed-on: https://chromium-review.googlesource.com/1164251
Commit-Queue: Yue Cen <rsgingerrs@chromium.org>
Reviewed-by: default avatarWenzhao (Colin) Zang <wzang@chromium.org>
Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586050}
parent 6a79a475
......@@ -38,7 +38,7 @@ namespace chromeos {
namespace {
constexpr const char kGetAppListUrl[] =
"http://android.clients.google.com/fdfe/chrome/getfastreinstallappslist";
"https://android.clients.google.com/fdfe/chrome/getfastreinstallappslist";
constexpr base::TimeDelta kDownloadTimeOut = base::TimeDelta::FromMinutes(1);
......
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