| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 40140)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -284,6 +284,9 @@
|
| // Enable syncing browser preferences.
|
| const char kEnableSyncPreferences[] = "enable-sync-preferences";
|
|
|
| +// Enable the tabbed bookmark manager
|
| +const char kEnableTabbedBookmarkManager[] = "enable-tabbed-bookmark-manager";
|
| +
|
| // Whether the multiple profiles feature based on the user-data-dir flag is
|
| // enabled or not.
|
| const char kEnableUserDataDirProfiles[] = "enable-udd-profiles";
|
|
|