| Index: chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
|
| diff --git a/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc b/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
|
| index 8f80e7bbee3037a186233390ec8d6dc548efb810..935b36ddf18f72d0629f173ee3925b9aedd2bef0 100644
|
| --- a/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
|
| +++ b/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
|
| @@ -108,7 +108,6 @@ class SRTFetcherTest : public InProcessBrowserTest,
|
| exit_code_to_report_ = exit_code_to_report;
|
| auto invocation = SwReporterInvocation::FromFilePath(exe_path);
|
| 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;
|
|
|