| 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);
|
|
|