| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4c67a94c01967871acb235c9b7afedf6211265db..6325a44530f6773c42917746ebf6fc72eb7b9f54 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -495,6 +495,9 @@ const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
|
| // Enable syncing browser typed urls.
|
| const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls";
|
|
|
| +// Enable syncing browser typed urls.
|
| +const char kEnableSyncedBookmarksFolder[] = "enable-synced-bookmarks-folder";
|
| +
|
| // Enable use of experimental TCP sockets API for sending data in the
|
| // SYN packet.
|
| const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
|
|