| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6a735be761d1ceffd9543069cd032b7fa7ef74b6..bbbbf26048a5c4ee8625abcdb75bb67ef4f8c674 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -588,6 +588,9 @@ const char kEnableDnsProbes[] = "enable-dns-probes";
|
| // Enables the DOM distiller.
|
| const char kEnableDomDistiller[] = "enable-dom-distiller";
|
|
|
| +// Enables enhanced bookmarks.
|
| +const char kEnableEnhancedBookmarks[] = "enable-enhanced-bookmarks";
|
| +
|
| // Enables extensions to be easily installed from sites other than the web
|
| // store. Without this flag, they can still be installed, but must be manually
|
| // dragged onto chrome://extensions/.
|
|
|