| Index: chrome/tools/crash_service/crash_service.cc
|
| diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
|
| index 63a674b4763269c7a75d957a9103755766237691..8face402ef6d77e1f9fd13ca5a4cf7618a98fa70 100644
|
| --- a/chrome/tools/crash_service/crash_service.cc
|
| +++ b/chrome/tools/crash_service/crash_service.cc
|
| @@ -218,10 +218,6 @@ bool CrashService::Initialize(const std::wstring& command_line) {
|
| if (max_reports > 0) {
|
| // Create the http sender object.
|
| sender_ = new CrashReportSender(checkpoint_path.value());
|
| - if (!sender_) {
|
| - LOG(ERROR) << "could not create sender";
|
| - return false;
|
| - }
|
| sender_->set_max_reports_per_day(max_reports);
|
| }
|
|
|
|
|