Index: components/crash/app/breakpad_win.cc |
diff --git a/components/crash/app/breakpad_win.cc b/components/crash/app/breakpad_win.cc |
index 5fe19c4d187bfa721b1f488bca4a290aee814d99..32c48915426e717a294d273cc2317305f9e1b3bd 100644 |
--- a/components/crash/app/breakpad_win.cc |
+++ b/components/crash/app/breakpad_win.cc |
@@ -375,6 +375,7 @@ extern "C" int __declspec(dllexport) CrashForException( |
return EXCEPTION_CONTINUE_SEARCH; |
} |
+#ifndef _WIN64 |
static NTSTATUS WINAPI HookNtTerminateProcess(HANDLE ProcessHandle, |
NTSTATUS ExitStatus) { |
if (g_breakpad && |
@@ -440,6 +441,7 @@ static void InitTerminateProcessHooks() { |
old_protect, |
&old_protect)); |
} |
+#endif |
static void InitPipeNameEnvVar(bool is_per_user_install) { |
scoped_ptr<base::Environment> env(base::Environment::Create()); |