Send crash dumps to Google via HTTPS instead of HTTP, since they might

contain sensitive information.

BUG=none
TEST=crash dumps still arrive
A=palmer@chromium.org

Original code review: http://breakpad.appspot.com/338001
Review URL: http://breakpad.appspot.com/334002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@899 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
thestig@chromium.org 2012-01-04 00:13:49 +00:00
parent 33c135a16f
commit 33f62804fd

View file

@ -34,7 +34,7 @@
using std::string;
DEFINE_string(crash_server, "http://clients2.google.com/cr",
DEFINE_string(crash_server, "https://clients2.google.com/cr",
"The crash server to upload minidumps to.");
DEFINE_string(product_name, "",
"The product name that the minidump corresponds to.");