Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index fe09246d80a20b0f35bc4d85547cd79a662c4e2c..befa498c419ad607f16f94aea7add314c46ab3d1 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -23,6 +23,7 @@ |
| #include "base/strings/utf_string_conversions.h" |
| #include "base/values.h" |
| #include "cc/base/switches.h" |
| +#include "chrome/browser/android/chrome_feature_list.h" |
|
Alexei Svitkine (slow)
2015/12/21 15:50:50
I think this needs to be in ifdef android, since i
cco3
2015/12/21 18:10:11
Done.
|
| #include "chrome/common/channel_info.h" |
| #include "chrome/common/chrome_content_client.h" |
| #include "chrome/common/chrome_switches.h" |
| @@ -1325,7 +1326,7 @@ const FeatureEntry kFeatureEntries[] = { |
| IDS_FLAGS_ENABLE_PHYSICAL_WEB_NAME, |
| IDS_FLAGS_ENABLE_PHYSICAL_WEB_DESCRIPTION, |
| kOsAndroid, |
| - SINGLE_VALUE_TYPE(switches::kEnablePhysicalWeb)}, |
| + FEATURE_VALUE_TYPE(chrome::android::kPhysicalWebFeature)}, |
| #endif |
| {"enable-zero-copy", |
| IDS_FLAGS_ZERO_COPY_NAME, |