| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a7adf4f2d808f17b93a9d872bc9822f0abceebd9..831ce2c1b276733e772b37c4fa7a5a929bac69ef 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -587,6 +587,9 @@ const char kEnableDeviceDiscoveryNotifications[] =
|
| // 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";
|
|
|