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

Unified Diff: chrome/browser/component_updater/sw_reporter_installer_win.cc

Issue 2731413003: Remove UWS Rappor (Closed)
Patch Set: Remove BEHAVIOUR_LOG_TO_RAPPOR Created 3 years, 9 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 | « no previous file | chrome/browser/component_updater/sw_reporter_installer_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/component_updater/sw_reporter_installer_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698