| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 22dfac971b1fe48ae6d700f30266664f38d38e8a..229a31945fecb75c6c899dd84a8d1d5d2d6cfd06 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";
|
|
|