File tree Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Original file line number Diff line number Diff line change 7
7
#include " base/command_line.h"
8
8
#include " chrome/common/chrome_switches.h"
9
9
10
- <<<<<<< HEAD
11
- #if !defined(DISABLE_NACL)
12
- #import " breakpad/src/client/mac/Framework/Breakpad.h"
13
- #include " components/nacl/common/nacl_switches.h"
14
- #include " native_client/src/trusted/service_runtime/osx/crash_filter.h"
15
- #endif
16
-
17
- namespace chrome {
18
-
19
- namespace {
20
-
21
- #if !defined(DISABLE_NACL)
22
- bool NaClBreakpadCrashFilter (int exception_type,
23
- int exception_code,
24
- mach_port_t crashing_thread,
25
- void * context) {
26
- return !NaClMachThreadIsInUntrusted (crashing_thread);
27
- }
28
- #endif
29
-
30
- } // namespace
31
-
32
- void ChromeBreakpadClient::InstallAdditionalFilters (BreakpadRef breakpad) {
33
- #if !defined(DISABLE_NACL)
34
- if (CommandLine::ForCurrentProcess ()->GetSwitchValueASCII (
35
- switches::kProcessType ) == switches::kNaClLoaderProcess ) {
36
- BreakpadSetFilterCallback (breakpad, NaClBreakpadCrashFilter, NULL );
37
- }
38
- #endif
39
- =======
40
10
namespace chrome {
41
11
42
12
void ChromeBreakpadClient::InstallAdditionalFilters (BreakpadRef breakpad) {
43
- >>>>>>> 75583278d6e056c59e5acca60221da6f73756624
44
13
}
45
14
46
15
} // namespace chrome
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class ShellMainDelegate : public ContentMainDelegate {
29
29
virtual ContentRendererClient* CreateContentRendererClient () OVERRIDE;
30
30
31
31
static void InitializeResourceBundle ();
32
- #if defined(OS_POSIX) && !defined(OS_ANDROID )
32
+ #if defined(OS_POSIX) && !defined(OS_MACOSX )
33
33
virtual void ZygoteForked () OVERRIDE;
34
34
#endif
35
35
You can’t perform that action at this time.
0 commit comments