| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f3ef99f5deaa32db85b4ca9bd78edd9fa65c211f..593c2a58d3e3a27e29be515055e7c583f67e7660 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -429,12 +429,6 @@ const char kEnableSaveAsMenuLabelExperiment[] = "saveas-menu-label";
|
| // (see SettingsWindowEnabled() below).
|
| const char kEnableSettingsWindow[] = "enable-settings-window";
|
|
|
| -// Enable the Site Engagement App Banner which triggers app install banners
|
| -// using the site engagement service rather than a navigation-based heuristic.
|
| -// Implicitly enables the site engagement service.
|
| -const char kEnableSiteEngagementAppBanner[] =
|
| - "enable-site-engagement-app-banner";
|
| -
|
| // Enable the Site Engagement Eviction Policy which evicts temporary storage
|
| // using the site engagement service. Implicitly enables the site engagement
|
| // service.
|
|
|