Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1351)

Unified Diff: chrome/browser/safe_browsing/permission_reporter.cc

Issue 2272793009: Permission Action Reporting: Fix upload url. (Closed)
Patch Set: Fix test as well Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/permission_reporter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/permission_reporter.cc
diff --git a/chrome/browser/safe_browsing/permission_reporter.cc b/chrome/browser/safe_browsing/permission_reporter.cc
index e9dc01c016f5d575eacea5471c7766d56dcf7896..2a9c0e449f208ecb964daaa1cc2b18d75bd51f07 100644
--- a/chrome/browser/safe_browsing/permission_reporter.cc
+++ b/chrome/browser/safe_browsing/permission_reporter.cc
@@ -22,8 +22,8 @@ namespace safe_browsing {
namespace {
// URL to upload permission action reports.
const char kPermissionActionReportingUploadUrl[] =
- "http://safebrowsing.googleusercontent.com/safebrowsing/clientreport/"
- "permission-action";
+ "https://safebrowsing.googleusercontent.com/safebrowsing/clientreport/"
+ "chrome-permissions";
const int kMaximumReportsPerOriginPerPermissionPerMinute = 5;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/permission_reporter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698