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

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

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/breakpad_linux.h ('k') | chrome/app/breakpad_linuxish.h » ('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 // For linux_syscall_support.h. This makes it safe to call embedded system 5 // For linux_syscall_support.h. This makes it safe to call embedded system
6 // calls when in seccomp mode. 6 // calls when in seccomp mode.
7 #define SYS_SYSCALL_ENTRYPOINT "playground$syscallEntryPoint" 7 #define SYS_SYSCALL_ENTRYPOINT "playground$syscallEntryPoint"
8 8
9 #include "chrome/app/breakpad_linux.h" 9 #include "chrome/app/breakpad_linux.h"
10 10
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 g_process_start_time = timeval_to_ms(&tv); 1029 g_process_start_time = timeval_to_ms(&tv);
1030 else 1030 else
1031 g_process_start_time = 0; 1031 g_process_start_time = 0;
1032 1032
1033 logging::SetDumpWithoutCrashingFunction(&DumpProcess); 1033 logging::SetDumpWithoutCrashingFunction(&DumpProcess);
1034 } 1034 }
1035 1035
1036 bool IsCrashReporterEnabled() { 1036 bool IsCrashReporterEnabled() {
1037 return g_is_crash_reporter_enabled; 1037 return g_is_crash_reporter_enabled;
1038 } 1038 }
OLDNEW
« no previous file with comments | « chrome/app/breakpad_linux.h ('k') | chrome/app/breakpad_linuxish.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698