| Index: chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| index b3d32a72cbb79d99a8f4fb4c86746dd1a4faea55..d8019d43fd4e0ede62f6615e9a6ef7c5f3ae6e86 100644
|
| --- a/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| +++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| @@ -333,7 +333,6 @@ void SwReporterInstallerTraits::ComponentReady(
|
| command_line.AppendSwitchASCII(kSessionIdSwitch, GenerateSessionId());
|
| auto invocation = SwReporterInvocation::FromCommandLine(command_line);
|
| invocation.supported_behaviours =
|
| - SwReporterInvocation::BEHAVIOUR_LOG_TO_RAPPOR |
|
| SwReporterInvocation::BEHAVIOUR_LOG_EXIT_CODE_TO_PREFS |
|
| SwReporterInvocation::BEHAVIOUR_TRIGGER_PROMPT |
|
| SwReporterInvocation::BEHAVIOUR_ALLOW_SEND_REPORTER_LOGS;
|
|
|