| Index: chrome/browser/safe_browsing/certificate_reporting_service.cc
|
| diff --git a/chrome/browser/safe_browsing/certificate_reporting_service.cc b/chrome/browser/safe_browsing/certificate_reporting_service.cc
|
| index ad70493acf8635a0a4c10ca1370cdb5d5f4ec16b..7c013f53a3f2630d9936d58f951e164356b2bf63 100644
|
| --- a/chrome/browser/safe_browsing/certificate_reporting_service.cc
|
| +++ b/chrome/browser/safe_browsing/certificate_reporting_service.cc
|
| @@ -21,7 +21,8 @@ namespace {
|
| // a client seeing an invalid cert might not be able to make an HTTPS connection
|
| // to report it.
|
| const char kExtendedReportingUploadUrl[] =
|
| - "http://safebrowsing.googleusercontent.com/safebrowsing/clientreport/";
|
| + "http://safebrowsing.googleusercontent.com/safebrowsing/clientreport/"
|
| + "chrome-certs";
|
|
|
| // Compare function that orders Reports in reverse chronological order (i.e.
|
| // oldest item is last).
|
|
|