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

Unified Diff: chrome_frame/chrome_tab.cc

Issue 264068: Refactoring of crash reporting code in Chrome Frame... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/chrome_launcher.cc ('k') | chrome_frame/crash_report.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_tab.cc
===================================================================
--- chrome_frame/chrome_tab.cc (revision 29114)
+++ chrome_frame/chrome_tab.cc (working copy)
@@ -18,8 +18,8 @@
#include "grit/chrome_frame_resources.h"
#include "chrome_frame/bho.h"
#include "chrome_frame/chrome_frame_automation.h"
+#include "chrome_frame/chrome_frame_reporting.h"
#include "chrome_frame/chrome_launcher.h"
-#include "chrome_frame/crash_report.h"
#include "chrome_frame/resource.h"
#include "chrome_frame/utils.h"
@@ -124,7 +124,7 @@
ATL::CTrace::s_trace.ChangeCategory(atlTraceRegistrar, 0,
ATLTRACESTATUS_DISABLED);
#endif
- InitializeCrashReporting(false, false);
+ InitializeCrashReporting();
g_exit_manager = new base::AtExitManager();
CommandLine::Init(0, NULL);
logging::InitLogging(NULL, logging::LOG_ONLY_TO_SYSTEM_DEBUG_LOG,
« no previous file with comments | « chrome_frame/chrome_launcher.cc ('k') | chrome_frame/crash_report.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698