| 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 b1ef1a06ba6bf3dde6444cbe3bd747d62d0768f3..6f2c92fbe8e4a1324f6ab4c6ac715a29cf524c1b 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -35,6 +35,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"
|
| @@ -140,6 +141,8 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| CommandLineHelper::AddEnabledFeature(
|
| *cl, spellcheck::kAndroidSpellCheckerNonLowEnd.name);
|
|
|
| + CommandLineHelper::AddDisabledFeature(*cl, features::kWebPayments.name);
|
| +
|
| return false;
|
| }
|
|
|
|
|