| 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..13f0e586aa34ae7fc49db405f493b0b6cb036007 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, all user interaction with the Chrome Cleaner will happen from
|
| +// within Chrome.
|
| +extern const base::Feature kInBrowserCleanerUIFeature;
|
| +
|
| // Returns true if this Chrome is in a field trial group which shows the SRT
|
| // prompt.
|
| bool IsInSRTPromptFieldTrialGroups();
|
|
|