diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-14 18:47:45 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-14 18:47:45 +0000 |
commit | 3a760a4905b366b499078662b44077873fbbeb10 (patch) | |
tree | 37544c27c35b4212bbe76d881a1c9c3257202bfd /chrome/tools | |
parent | 320b84a88498c9fa6b2eee52fa696ed240583ba9 (diff) | |
download | chromium_src-3a760a4905b366b499078662b44077873fbbeb10.zip chromium_src-3a760a4905b366b499078662b44077873fbbeb10.tar.gz chromium_src-3a760a4905b366b499078662b44077873fbbeb10.tar.bz2 |
Revert 136762 - Bump Breakpad revision to r963
Reason: symupload got broken
BUG=127776
TBR=mark
Review URL: https://chromiumcodereview.appspot.com/10377108
TBR=glider@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10398022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/crash_service/crash_service.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc index a1b30ff..ba2acbc 100644 --- a/chrome/tools/crash_service/crash_service.cc +++ b/chrome/tools/crash_service/crash_service.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -246,8 +246,6 @@ bool CrashService::Initialize(const std::wstring& command_line) { &CrashService::OnClientConnected, this, &CrashService::OnClientDumpRequest, this, &CrashService::OnClientExited, this, - /*upload_request_callback*/ NULL, - /* upload_context */ NULL, true, &dumps_path.value()); if (!dumper_) { |