| 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();
|
| -}
|
|
|