blob: d26051be061b9f0c786c6397b84e338ee79e3e9b [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/cronet/android/cronet_tests_jni_headers/CronetUrlRequestTest_jni.h"
#include "net/base/load_flags.h"
using base::android::JavaParamRef;
static jint JNI_CronetUrlRequestTest_GetConnectionMigrationDisableLoadFlag(
JNIEnv* env) {
return net::LOAD_DISABLE_CONNECTION_MIGRATION_TO_CELLULAR;
}