Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: components/cronet/android/test/src/org/chromium/cronet_test_apk/URLRequestJobUtil.java

Issue 525613002: Set up initial MockURLRequestJob tests for Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
+}

Powered by Google App Engine
This is Rietveld 408576698