| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index db4dfc5718e6a383c92b4bca1b2d942a360ee765..4ec47a6a427b8586f664ad4eb68fbc180393b25b 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -567,7 +567,7 @@ int CALLBACK WinMain(HINSTANCE instance,
|
| HINSTANCE previous_instance,
|
| LPSTR command_line,
|
| int show_command) {
|
| - if (remoting::IsCrashReportingEnabled()) {
|
| + if (remoting::IsUsageStatsAllowed()) {
|
| remoting::InitializeCrashReporting();
|
| }
|
|
|
|
|