blob: beb0817a30e6043d1a76d472cc25a15fe8c72443 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "android_webview/browser/aw_feature_list_creator.h"
// Must come after all headers that specialize FromJniType() / ToJniType().
#include "android_webview/test/webview_instrumentation_test_native_jni/VariationsTestUtils_jni.h"
namespace android_webview {
static void JNI_VariationsTestUtils_DisableSignatureVerificationForTesting(
JNIEnv* env) {
AwFeatureListCreator::DisableSignatureVerificationForTesting();
}
} // namespace android_webview
DEFINE_JNI(VariationsTestUtils)