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

Unified Diff: chrome/browser/component_updater/sw_reporter_installer_win_unittest.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
Index: chrome/browser/component_updater/sw_reporter_installer_win_unittest.cc
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win_unittest.cc b/chrome/browser/component_updater/sw_reporter_installer_win_unittest.cc
index fdbbf146ae3049afe3c241fa3e7717a179179cf6..65a416e7ec5fbe9c557177c2c8016bfdc88093e2 100644
--- a/chrome/browser/component_updater/sw_reporter_installer_win_unittest.cc
+++ b/chrome/browser/component_updater/sw_reporter_installer_win_unittest.cc
@@ -90,8 +90,7 @@ class SwReporterInstallerTest : public ::testing::Test {
invocation.command_line.GetSwitchValueASCII(kSessionIdSwitch).size());
EXPECT_TRUE(invocation.command_line.GetArgs().empty());
EXPECT_TRUE(invocation.suffix.empty());
- EXPECT_EQ(SwReporterInvocation::BEHAVIOUR_LOG_TO_RAPPOR |
- SwReporterInvocation::BEHAVIOUR_LOG_EXIT_CODE_TO_PREFS |
+ EXPECT_EQ(SwReporterInvocation::BEHAVIOUR_LOG_EXIT_CODE_TO_PREFS |
SwReporterInvocation::BEHAVIOUR_TRIGGER_PROMPT |
SwReporterInvocation::BEHAVIOUR_ALLOW_SEND_REPORTER_LOGS,
invocation.supported_behaviours);

Powered by Google App Engine
This is Rietveld 408576698