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

Unified Diff: chrome/browser/about_flags.cc

Issue 1077063002: Implement a basic Site Engagement Score service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 8 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/engagement/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 767afd80abcc97e2284e62217bfd468d1ea88692..be70eceddda90802d22ea0de9dd0e7ca708f78c6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1772,6 +1772,14 @@ const Experiment kExperiments[] = {
switches::kDisablePermissionsBubbles)
},
{
+ "enable-site-engagement-service",
+ IDS_FLAGS_ENABLE_SITE_ENGAGEMENT_SERVICE_NAME,
+ IDS_FLAGS_ENABLE_SITE_ENGAGEMENT_SERVICE_DESCRIPTION,
+ kOsAll,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSiteEngagementService,
+ switches::kDisableSiteEngagementService)
+ },
+ {
"enable-session-crashed-bubble",
IDS_FLAGS_ENABLE_SESSION_CRASHED_BUBBLE_NAME,
IDS_FLAGS_ENABLE_SESSION_CRASHED_BUBBLE_DESCRIPTION,
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/engagement/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698