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

Unified Diff: net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/Criteria.java

Issue 230443005: Move cronet from //net into //components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to r262794 Created 6 years, 8 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: net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/Criteria.java
diff --git a/net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/Criteria.java b/net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/Criteria.java
deleted file mode 100644
index c097683cb0719bdf07e2ad699cde108ab995b387..0000000000000000000000000000000000000000
--- a/net/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/Criteria.java
+++ /dev/null
@@ -1,17 +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.cronet_sample_apk;
-
-/**
- * Provides a means for validating whether some condition/criteria has been met.
- */
-public interface Criteria {
-
- /**
- * @return Whether the criteria this is testing has been satisfied.
- */
- public boolean isSatisfied();
-
-}

Powered by Google App Engine
This is Rietveld 408576698