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

Unified Diff: components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java

Issue 2406273002: [Cronet] Test the libcronet that's shipped, not libcronet_test (Closed)
Patch Set: address two remaining comments Created 4 years, 2 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/net/NetworkChangeNotifierUtil.java
diff --git a/components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java b/components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java
deleted file mode 100644
index 1598f84a8509ac218889dabc006310e960c0d5f2..0000000000000000000000000000000000000000
--- a/components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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.net;
-
-import org.chromium.base.annotations.JNINamespace;
-
-/**
- * Wrapper class that contains utility methods to test network change notifier.
- */
-@JNINamespace("cronet")
-public final class NetworkChangeNotifierUtil {
- public static boolean isTestIPAddressObserverCalled() {
- return nativeIsTestIPAddressObserverCalled();
- }
-
- private static native boolean nativeIsTestIPAddressObserverCalled();
-}

Powered by Google App Engine
This is Rietveld 408576698