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

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

Issue 2279153002: Revert of Permission Action Reporting: Fix upload url. (Closed)
Patch Set: 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 | no next file » | 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 2a9c0e449f208ecb964daaa1cc2b18d75bd51f07..e9dc01c016f5d575eacea5471c7766d56dcf7896 100644
--- a/chrome/browser/safe_browsing/permission_reporter.cc
+++ b/chrome/browser/safe_browsing/permission_reporter.cc
@@ -22,8 +22,8 @@
namespace {
// URL to upload permission action reports.
const char kPermissionActionReportingUploadUrl[] =
- "https://safebrowsing.googleusercontent.com/safebrowsing/clientreport/"
- "chrome-permissions";
+ "http://safebrowsing.googleusercontent.com/safebrowsing/clientreport/"
+ "permission-action";
const int kMaximumReportsPerOriginPerPermissionPerMinute = 5;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698