| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6c2df82d66f897ab3eebd7523f2b281d10cf0025..325a6997a70682158ceab7084f466075e6899108 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -600,6 +600,9 @@ const char kEnableDnsProbes[] = "enable-dns-probes";
|
| // Enables the DOM distiller.
|
| const char kEnableDomDistiller[] = "enable-dom-distiller";
|
|
|
| +// Enable Enhanced Bookmarks.
|
| +const char kEnableEnhancedBookmarks[] = "enable-enhanced-bookmarks";
|
| +
|
| // Enables experimentation with ephemeral apps, which are launched without
|
| // installing in Chrome.
|
| const char kEnableEphemeralApps[] = "enable-ephemeral-apps";
|
|
|