| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 5875a8904bc1c41c317c3f312719f998476bdf7a..83c3dac70f70bcbb17d3025ac89fcbd453b5f172 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -63,6 +63,7 @@ CONTENT_EXPORT extern const base::Feature kTouchpadAndWheelScrollLatching;
|
| CONTENT_EXPORT extern const base::Feature kVrShell;
|
| CONTENT_EXPORT extern const base::Feature kWebAssembly;
|
| CONTENT_EXPORT extern const base::Feature kWebGLImageChromium;
|
| +CONTENT_EXPORT extern const base::Feature kWebPayments;
|
| CONTENT_EXPORT extern const base::Feature kWebRtcEcdsaDefault;
|
| CONTENT_EXPORT extern const base::Feature kWebRtcHWH264Encoding;
|
| CONTENT_EXPORT extern const base::Feature kWebRtcUseEchoCanceller3;
|
| @@ -77,7 +78,6 @@ CONTENT_EXPORT extern const base::Feature kNativeAndroidHistoryManager;
|
| CONTENT_EXPORT extern const base::Feature kImeThread;
|
| CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroid;
|
| CONTENT_EXPORT extern const base::Feature kServiceWorkerPaymentApps;
|
| -CONTENT_EXPORT extern const base::Feature kWebPayments;
|
| #endif // defined(OS_ANDROID)
|
|
|
| #if !defined(OS_ANDROID)
|
|
|