| 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 943de73f4d9ce51fbe2b00f5b5ae3ad7c57d16af..462a5bedcbfeb19a2f843bd2199dc9732005e44e 100644
|
| --- a/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
|
| +++ b/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
|
| @@ -54,10 +54,11 @@ class SRTFetcherTest : public InProcessBrowserTest,
|
|
|
| void RunReporter(const base::FilePath& exe_path = base::FilePath()) {
|
| auto invocation = SwReporterInvocation::FromFilePath(exe_path);
|
| - invocation.flags = SwReporterInvocation::FLAG_LOG_TO_RAPPOR |
|
| - SwReporterInvocation::FLAG_LOG_EXIT_CODE_TO_PREFS |
|
| - SwReporterInvocation::FLAG_TRIGGER_PROMPT |
|
| - SwReporterInvocation::FLAG_SEND_REPORTER_LOGS;
|
| + invocation.supported_behaviours =
|
| + SwReporterInvocation::REPORTER_BEHAVIOUR_LOG_TO_RAPPOR |
|
| + SwReporterInvocation::REPORTER_BEHAVIOUR_LOG_EXIT_CODE_TO_PREFS |
|
| + SwReporterInvocation::REPORTER_BEHAVIOUR_TRIGGER_PROMPT |
|
| + SwReporterInvocation::REPORTER_BEHAVIOUR_SEND_REPORTER_LOGS;
|
|
|
| SwReporterQueue invocations;
|
| invocations.push(invocation);
|
|
|