| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a7e25c6fffd8a4d0fec18aaef772beb202cec52e..22515f8bda52efdb21c11ac6d2432c75383e36ff 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -897,6 +897,10 @@ const char kSimulateOutdatedNoAU[] = "simulate-outdated-no-au";
|
| // Simulates an update being available.
|
| const char kSimulateUpgrade[] = "simulate-upgrade";
|
|
|
| +// Enables the site settings all sites list and site details pages in the Chrome
|
| +// settings UI.
|
| +const char kSiteSettingsAllSitesAndDetails[] = "site-settings-all";
|
| +
|
| // Speculative resource prefetching.
|
| const char kSpeculativeResourcePrefetching[] =
|
| "speculative-resource-prefetching";
|
|
|