Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index d584ad4b4e0a3bb3bb8049bd348f6ee985eebfdc..416615a356e2613f640f1429e6c06ad0331cacdc 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1802,7 +1802,7 @@ const Experiment kExperiments[] = { |
| "enable-apps-file-associations", |
| IDS_FLAGS_ENABLE_APPS_FILE_ASSOCIATIONS_NAME, |
| IDS_FLAGS_ENABLE_APPS_FILE_ASSOCIATIONS_DESCRIPTION, |
| - kOsMac, |
| + kOsWin | kOsMac, |
|
jackhou1
2014/10/27 02:13:28
Is this necessary for testing? If not we should pr
Matt Giuca
2014/11/04 06:00:09
It lets us tell other people to test it without th
|
| SINGLE_VALUE_TYPE(switches::kEnableAppsFileAssociations) |
| }, |
| #if defined(OS_ANDROID) |