| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6c2df82d66f897ab3eebd7523f2b281d10cf0025..0bebe34f7ca1776a2ac7eda683b7f69fab11cdbf 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -331,6 +331,9 @@ const char kDisableDhcpWpad[] = "disable-dhcp-wpad";
|
| // Force-disables DNS probes on main frame DNS errors.
|
| const char kDisableDnsProbes[] = "disable-dns-probes";
|
|
|
| +// Force disable Enhanced Bookmarks.
|
| +const char kDisableEnhancedBookmarks[] = "disable-enhanced-bookmarks";
|
| +
|
| // Disable extensions.
|
| const char kDisableExtensions[] = "disable-extensions";
|
|
|
|
|