variations_test_utils.cc 545 B

12345678910111213141516
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "android_webview/test/webview_instrumentation_test_native_jni/VariationsTestUtils_jni.h"
  5. #include "android_webview/browser/aw_feature_list_creator.h"
  6. namespace android_webview {
  7. void JNI_VariationsTestUtils_DisableSignatureVerificationForTesting(
  8. JNIEnv* env) {
  9. AwFeatureListCreator::DisableSignatureVerificationForTesting();
  10. }
  11. } // namespace android_webview