| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 5a7f492345c3c779c17d4a2d4a3f99edd17ead38..826f55b1e227f80dec67d4ba7cc95043bc5025ff 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1276,11 +1276,11 @@ const Experiment kExperiments[] = {
|
| },
|
| #endif
|
| {
|
| - "full-history-sync",
|
| + "disable-full-history-sync",
|
| IDS_FLAGS_FULL_HISTORY_SYNC_NAME,
|
| IDS_FLAGS_FULL_HISTORY_SYNC_DESCRIPTION,
|
| kOsAll,
|
| - SINGLE_VALUE_TYPE(switches::kHistoryEnableFullHistorySync)
|
| + SINGLE_VALUE_TYPE(switches::kHistoryDisableFullHistorySync)
|
| },
|
| {
|
| "enable-usermedia-screen-capture",
|
|
|