blob: 21d19937c5b5a0385059edab4fe3df69f93605d2 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "android_webview/test/webview_instrumentation_test_native_jni/VariationsTestUtils_jni.h"
#include "android_webview/browser/aw_feature_list_creator.h"
namespace android_webview {
void JNI_VariationsTestUtils_DisableSignatureVerificationForTesting(
JNIEnv* env) {
AwFeatureListCreator::DisableSignatureVerificationForTesting();
}
} // namespace android_webview