| Index: components/cronet/android/test/src/org/chromium/cronet_test_apk/URLRequestJobUtil.java
|
| diff --git a/components/cronet/android/test/src/org/chromium/cronet_test_apk/URLRequestJobUtil.java b/components/cronet/android/test/src/org/chromium/cronet_test_apk/URLRequestJobUtil.java
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..348987f19bec8c9da54e4d98442f51a24231ddbb
|
| --- /dev/null
|
| +++ b/components/cronet/android/test/src/org/chromium/cronet_test_apk/URLRequestJobUtil.java
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2014 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.
|
| +
|
| +package org.chromium.cronet_test_apk;
|
| +
|
| +import org.chromium.base.JNINamespace;
|
| +
|
| +@JNINamespace("cronet")
|
| +public class URLRequestJobUtil {
|
| +
|
| + public static native void nativeFailURLRequestJob(String url);
|
| +}
|
|
|