| Index: remoting/host/host_service_win.cc
|
| diff --git a/remoting/host/host_service_win.cc b/remoting/host/host_service_win.cc
|
| index 0f347ecd9ed7abdb317527ea05ae418a19e1a948..01ee34bd4dce3d23df41bcd0bdbab45facde005e 100644
|
| --- a/remoting/host/host_service_win.cc
|
| +++ b/remoting/host/host_service_win.cc
|
| @@ -411,7 +411,7 @@ LRESULT CALLBACK HostService::SessionChangeNotificationProc(HWND hwnd,
|
| } // namespace remoting
|
|
|
| int main(int argc, char** argv) {
|
| - if (remoting::IsCrashReportingEnabled()) {
|
| + if (remoting::IsUsageStatsAllowed()) {
|
| remoting::InitializeCrashReporting();
|
| }
|
|
|
|
|