| Index: android_webview/lib/main/aw_main_delegate.cc
|
| diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
|
| index 9d693fee6b4b498d615a3dde04457e4099907988..7676e120edba370298717c04da5db19ec3fda6d0 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -37,6 +37,7 @@
|
| #include "content/public/browser/browser_main_runner.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/content_descriptors.h"
|
| +#include "content/public/common/content_features.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "gin/public/isolate_holder.h"
|
| #include "gin/v8_initializer.h"
|
| @@ -142,6 +143,8 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| CommandLineHelper::AddEnabledFeature(
|
| *cl, spellcheck::kAndroidSpellCheckerNonLowEnd.name);
|
|
|
| + CommandLineHelper::AddDisabledFeature(*cl, features::kWebPayments.name);
|
| +
|
| return false;
|
| }
|
|
|
|
|