summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authordominickn <dominickn@chromium.org>2015-12-15 03:35:58 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-15 11:36:43 +0000
commit3e7cdbf1b379398f5e1a710d22629fdf14df02cf (patch)
treefe1f8f626d8ed6d9bda0be8b82eee1556ad53187 /chrome/common/chrome_switches.h
parentbff460660c6a1f24141f379c998b4fa774dc6691 (diff)
downloadchromium_src-3e7cdbf1b379398f5e1a710d22629fdf14df02cf.zip
chromium_src-3e7cdbf1b379398f5e1a710d22629fdf14df02cf.tar.gz
chromium_src-3e7cdbf1b379398f5e1a710d22629fdf14df02cf.tar.bz2
Implement a site engagement backend for app banner triggering.
This CL adds a flag and field trial group enabling app banners to use the site engagement service for triggering. This allows banners to be triggered based on broader criteria than simply navigations. An additional UMA histogram is also added to compare the time from when an origin was first recorded as visited by the app banner system until the time when a banner should be shown. BUG=553858 Committed: https://crrev.com/936894045ed2aed9ee67b9c371a9eff94912c346 Cr-Commit-Position: refs/heads/master@{#363100} Review URL: https://codereview.chromium.org/1413343008 Cr-Commit-Position: refs/heads/master@{#365227}
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 22914f1..433f1f5 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -148,6 +148,7 @@ extern const char kEnableSettingsWindow[];
extern const char kDisableSettingsWindow[];
extern const char kEnableSimplifiedFullscreenUI[];
extern const char kDisableSimplifiedFullscreenUI[];
+extern const char kEnableSiteEngagementAppBanner[];
extern const char kEnableSiteEngagementEvictionPolicy[];
extern const char kEnableSiteEngagementService[];
extern const char kEnableSupervisedUserManagedBookmarksFolder[];