| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 56c5dd03af3b798f2f5d0a949e5ec583e9ec02d2..e8729892155ad50962be46f6786a5c0ee804fa4b 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -692,13 +692,6 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableDiscoveryInNewTabPage)
|
| },
|
| - {
|
| - "disable-chrome-to-mobile", // FLAGS:RECORD_UMA
|
| - IDS_FLAGS_DISABLE_CHROME_TO_MOBILE_NAME,
|
| - IDS_FLAGS_DISABLE_CHROME_TO_MOBILE_DESCRIPTION,
|
| - kOsAll,
|
| - SINGLE_VALUE_TYPE(switches::kDisableChromeToMobile)
|
| - },
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| {
|
| "disable-asynchronous-spellchecking",
|
|
|