Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h

Issue 2890023005: Chrome Cleaner UI: reporter no longer uses mojo. (Closed)
Patch Set: Nits Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698