Commit b79c588e authored by Daniel Rubery's avatar Daniel Rubery Committed by Commit Bot

Add endpoint URL for BinaryUploadService

Now that the necessary tests have been added, we can safely add the new
endpoint URL.

Fixed: 1020434
Change-Id: Ib1b3073a1368d9e794104a4e8df5449cc3c4ef4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927571
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Reviewed-by: default avatarRoger Tawa <rogerta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719235}
parent 89fedbda
...@@ -34,9 +34,8 @@ namespace { ...@@ -34,9 +34,8 @@ namespace {
const int kScanningTimeoutSeconds = 5 * 60; // 5 minutes const int kScanningTimeoutSeconds = 5 * 60; // 5 minutes
// TODO(crbug/1020434): Once we have an endpoint for uploads, place the URL const char kSbBinaryUploadUrl[] =
// here. "https://safebrowsing.google.com/safebrowsing/uploads/scan";
const char kSbBinaryUploadUrl[] = "";
policy::DMToken* GetTestingDMTokenStorage() { policy::DMToken* GetTestingDMTokenStorage() {
static policy::DMToken dm_token = static policy::DMToken dm_token =
......
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