Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1346)

Unified Diff: remoting/base/breakpad_win_unittest.cc

Issue 10544121: Roll Breakpad to @970 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/crash_service/crash_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/breakpad_win_unittest.cc
diff --git a/remoting/base/breakpad_win_unittest.cc b/remoting/base/breakpad_win_unittest.cc
index d0b59a0ddfe6ceb7735ddf956404d805d05421eb..859dba9d6a4c1ae99f83bd7a12d01dcebfb6095e 100644
--- a/remoting/base/breakpad_win_unittest.cc
+++ b/remoting/base/breakpad_win_unittest.cc
@@ -89,10 +89,11 @@ class BreakpadWinDeathTest : public testing::Test {
crash_server_.reset(
new google_breakpad::CrashGenerationServer(
pipe_name_, NULL,
- NULL, 0,
+ NULL, NULL,
MockCrashServerCallbacks::OnClientDumpRequestCallback,
callbacks_.get(),
- NULL, 0,
+ NULL, NULL,
+ NULL, NULL,
false, NULL));
result = crash_server_->Start();
« no previous file with comments | « chrome/tools/crash_service/crash_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698