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

Unified Diff: remoting/host/elevated_controller_module_win.cc

Issue 10535082: /C++ readability/ - Make Chromoting Host report crashes to Breakpad (Windows only). The user must e… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing a bad merge. Created 8 years, 6 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 | « remoting/host/constants_win.cc ('k') | remoting/host/host_service_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/elevated_controller_module_win.cc
diff --git a/remoting/host/elevated_controller_module_win.cc b/remoting/host/elevated_controller_module_win.cc
index 80e92336df1c2b0dff66612dc1a84d7041ff4b75..0bff8c604e5779a3a41187af461f1c871824f5ee 100644
--- a/remoting/host/elevated_controller_module_win.cc
+++ b/remoting/host/elevated_controller_module_win.cc
@@ -12,7 +12,7 @@
#include "base/logging.h"
#include "remoting/base/breakpad.h"
#include "remoting/host/branding.h"
-#include "remoting/host/breakpad.h"
+#include "remoting/host/usage_stats_consent.h"
// MIDL-generated declarations.
#include "remoting/host/elevated_controller.h"
@@ -31,7 +31,6 @@ class ElevatedControllerModuleWin
remoting::ElevatedControllerModuleWin _AtlModule;
int WINAPI WinMain(HINSTANCE instance, HINSTANCE, LPSTR, int command) {
- // Initializes the crash dump reports.
if (remoting::IsCrashReportingEnabled()) {
remoting::InitializeCrashReporting();
}
« no previous file with comments | « remoting/host/constants_win.cc ('k') | remoting/host/host_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698