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

Side by Side Diff: chrome/app/breakpad_linux.h

Issue 10037013: Revert 131593 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/DEPS ('k') | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_APP_BREAKPAD_LINUX_H_ 5 #ifndef CHROME_APP_BREAKPAD_LINUX_H_
6 #define CHROME_APP_BREAKPAD_LINUX_H_ 6 #define CHROME_APP_BREAKPAD_LINUX_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 10
(...skipping 15 matching lines...) Expand all
26 const char* distro; // Linux distro string. 26 const char* distro; // Linux distro string.
27 unsigned distro_length; // Length of |distro|. 27 unsigned distro_length; // Length of |distro|.
28 bool upload; // Whether to upload or save crash dump. 28 bool upload; // Whether to upload or save crash dump.
29 uint64_t process_start_time; // Uptime of the crashing process. 29 uint64_t process_start_time; // Uptime of the crashing process.
30 size_t oom_size; // Amount of memory requested if OOM. 30 size_t oom_size; // Amount of memory requested if OOM.
31 }; 31 };
32 32
33 extern void HandleCrashDump(const BreakpadInfo& info); 33 extern void HandleCrashDump(const BreakpadInfo& info);
34 34
35 #endif // CHROME_APP_BREAKPAD_LINUX_H_ 35 #endif // CHROME_APP_BREAKPAD_LINUX_H_
OLDNEW
« no previous file with comments | « chrome/app/DEPS ('k') | chrome/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698