| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index f11a2c4e7db93665bbb9207f5aaa53e620109901..6afcfab572169ec354192d4ffe7988dc65fbfaea 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1125,13 +1125,6 @@ const Experiment kExperiments[] = {
|
| kOsWin | kOsCrOS,
|
| SINGLE_VALUE_TYPE(switches::kDisableAcceleratedVideoDecode),
|
| },
|
| - {
|
| - "enable-contacts",
|
| - IDS_FLAGS_ENABLE_CONTACTS_NAME,
|
| - IDS_FLAGS_ENABLE_CONTACTS_DESCRIPTION,
|
| - kOsCrOS,
|
| - SINGLE_VALUE_TYPE(switches::kEnableContacts)
|
| - },
|
| #if defined(USE_ASH)
|
| {
|
| "ash-debug-shortcuts",
|
|
|