Chromium Code Reviews| Index: chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h |
| diff --git a/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h b/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h |
| index f979098bfa32da5c23ce26aed1f6b7a74faa63cd..749c8e86842ed92aba9f3bdbc0681b54dc7847af 100644 |
| --- a/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h |
| +++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h |
| @@ -7,6 +7,8 @@ |
| #include <string> |
| +#include "base/feature_list.h" |
| + |
| namespace safe_browsing { |
| // These values are used to send UMA information and are replicated in the |
| @@ -23,6 +25,10 @@ enum SRTPromptHistogramValue { |
| SRT_PROMPT_MAX, |
| }; |
| +// When enabled, moves all user interaction with the Software Reporter and the |
|
csharp
2017/05/19 20:44:17
nit: Drop "the Software Reporter", since this flag
alito
2017/05/22 23:26:31
Done.
|
| +// Chrome Cleanup tool to Chrome. |
| +extern const base::Feature kInBrowserCleanerUIFeature; |
| + |
| // Returns true if this Chrome is in a field trial group which shows the SRT |
| // prompt. |
| bool IsInSRTPromptFieldTrialGroups(); |