diff options
-rw-r--r-- | chrome/browser/bug_report_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc index 919167b..5f6278e 100644 --- a/chrome/browser/bug_report_util.cc +++ b/chrome/browser/bug_report_util.cc @@ -29,7 +29,7 @@ const char kReportPhishingUrl[] = // URL to post bug reports to. const char* const kBugReportPostUrl = - "https://feedback2-test.corp.google.com/tools/feedback/chrome/__submit"; + "https://www.google.com/tools/feedback/chrome/__submit"; const char* const kProtBufMimeType = "application/x-protobuf"; const char* const kPngMimeType = "image/png"; |