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

Unified Diff: chrome/app/breakpad_linuxish.h

Issue 9838033: Upstream native crash handling changes for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Revert of Revert with fixes. Created 8 years, 8 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/app/breakpad_linux.cc ('k') | chrome/app/breakpad_linuxish.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_linuxish.h
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linuxish.h
similarity index 87%
rename from chrome/app/breakpad_linux.h
rename to chrome/app/breakpad_linuxish.h
index 7c205146d3ad68dac2cd161c6055a6ffbd976a26..9a7e2fd5fa1b7eca191a1a534ae2aca56a2c9945 100644
--- a/chrome/app/breakpad_linux.h
+++ b/chrome/app/breakpad_linuxish.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_APP_BREAKPAD_LINUX_H_
-#define CHROME_APP_BREAKPAD_LINUX_H_
+#ifndef CHROME_APP_BREAKPAD_LINUXISH_H_
+#define CHROME_APP_BREAKPAD_LINUXISH_H_
#pragma once
#include "base/basictypes.h"
@@ -28,8 +28,9 @@ struct BreakpadInfo {
bool upload; // Whether to upload or save crash dump.
uint64_t process_start_time; // Uptime of the crashing process.
size_t oom_size; // Amount of memory requested if OOM.
+ uint64_t pid; // PID where applicable.
};
extern void HandleCrashDump(const BreakpadInfo& info);
-#endif // CHROME_APP_BREAKPAD_LINUX_H_
+#endif // CHROME_APP_BREAKPAD_LINUXISH_H_
« no previous file with comments | « chrome/app/breakpad_linux.cc ('k') | chrome/app/breakpad_linuxish.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698