| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0c51b3cd64bdeadc7005a0fd549e97051b8f50f9..016eb2516e6e927712105631a6a45d209f723e77 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -474,6 +474,10 @@ const char kEnableSiteEngagementEvictionPolicy[] =
|
| // allocates certain resources accordingly.
|
| const char kEnableSiteEngagementService[] = "enable-site-engagement-service";
|
|
|
| +// Enables the site settings all sites list and site details pages in the Chrome
|
| +// settings UI.
|
| +const char kEnableSiteSettings[] = "enable-site-settings";
|
| +
|
| // Enables the supervised user managed bookmarks folder.
|
| const char kEnableSupervisedUserManagedBookmarksFolder[] =
|
| "enable-supervised-user-managed-bookmarks-folder";
|
|
|