Index: win8/metro_driver/chrome_app_view.h |
diff --git a/win8/metro_driver/chrome_app_view.h b/win8/metro_driver/chrome_app_view.h |
index 248d17778fcf880d87b83817b04c2e72a4b99a31..46c3ed58fd183fa449906205573d40de7f14b196 100644 |
--- a/win8/metro_driver/chrome_app_view.h |
+++ b/win8/metro_driver/chrome_app_view.h |
@@ -139,9 +139,6 @@ class ChromeAppView |
MetroDialogBox dialog_box_; |
}; |
-// This function is exported by chrome.exe. |
-typedef int (__cdecl *BreakpadExceptionHandler)(EXCEPTION_POINTERS* info); |
- |
// Global information used across the metro driver. |
struct Globals { |
LPTHREAD_START_ROUTINE host_main; |
@@ -164,7 +161,6 @@ struct Globals { |
// to be initiated from that thread, notably spawning file pickers. |
base::MessageLoopProxy* appview_msg_loop; |
winapp::Core::ICoreApplicationExit* app_exit; |
- BreakpadExceptionHandler breakpad_exception_handler; |
string16 metro_command_line_switches; |
}; |