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

Unified Diff: chrome/app/breakpad_linux_stub.cc

Issue 113876: Fix breakpad-related Linux official build breakage. (Closed)
Patch Set: Fix ret val Created 11 years, 7 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 | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_linux_stub.cc
diff --git a/chrome/app/breakpad_linux_stub.cc b/chrome/app/breakpad_linux_stub.cc
index ee996064c913b9dfca418444481d346b793ae830..e92ae651887ba2fe969ae859205031909ed2ca9a 100644
--- a/chrome/app/breakpad_linux_stub.cc
+++ b/chrome/app/breakpad_linux_stub.cc
@@ -7,3 +7,8 @@
void EnableCrashDumping() {
}
+
+int UploadCrashDump(const char* filename, const char* crash_url,
+ unsigned crash_url_length) {
+ return -1;
+}
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698