| Index: chrome/browser/about_flags.cc
 | 
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
 | 
| index 16b8278cc717e8e351c7a48b8526b967e75f1df0..c8cf1d928a84f9a0fa07ba14aeee8ef21306604e 100644
 | 
| --- a/chrome/browser/about_flags.cc
 | 
| +++ b/chrome/browser/about_flags.cc
 | 
| @@ -1085,13 +1085,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",
 | 
| 
 |