| Index: chrome/browser/safe_browsing/srt_fetcher_win.h
|
| diff --git a/chrome/browser/safe_browsing/srt_fetcher_win.h b/chrome/browser/safe_browsing/srt_fetcher_win.h
|
| index 95c63bda9c022442b51ac3681abffa96239e436d..67e861fa7da8dfaf1a0cdc42c1ed2753b925178c 100644
|
| --- a/chrome/browser/safe_browsing/srt_fetcher_win.h
|
| +++ b/chrome/browser/safe_browsing/srt_fetcher_win.h
|
| @@ -59,7 +59,6 @@ struct SwReporterInvocation {
|
| // supported.
|
| using Behaviours = uint32_t;
|
| enum : Behaviours {
|
| - BEHAVIOUR_LOG_TO_RAPPOR = 0x1,
|
| BEHAVIOUR_LOG_EXIT_CODE_TO_PREFS = 0x2,
|
| BEHAVIOUR_TRIGGER_PROMPT = 0x4,
|
| BEHAVIOUR_ALLOW_SEND_REPORTER_LOGS = 0x8,
|
|
|