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

Unified Diff: chrome/app/breakpad_linux.h

Issue 118096: Generate GUIDs for users who wish to upload crash reports. Include it in cra... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/app/breakpad_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_linux.h
===================================================================
--- chrome/app/breakpad_linux.h (revision 17371)
+++ chrome/app/breakpad_linux.h (working copy)
@@ -6,7 +6,10 @@
#define CHROME_APP_BREAKPAD_LINUX_H_
extern void InitCrashReporter();
-extern int UploadCrashDump(const char* filename, const char* crash_url,
- unsigned crash_url_length);
+extern int UploadCrashDump(const char* filename,
+ const char* crash_url,
+ unsigned crash_url_length,
+ const char* guid,
+ unsigned guid_length);
#endif // CHROME_APP_BREAKPAD_LINUX_H_
« no previous file with comments | « no previous file | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698