| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5d71e961703b3a598c24ba26843926160114e92a..8f617fd3724000a22892154b0de92ea0c825c64c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -499,6 +499,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";
|
|
|