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

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

Issue 520093002: Initial declaration of Cronet Async API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync 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/java/src/org/chromium/net/AsyncUrlRequestException.java
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js b/components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java
similarity index 60%
copy from chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
copy to components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java
index ec7999afeabaac98adb6ad748c24277504461b4a..dcd60f3a9caecde1a7c8aebdaa2c203ce32573d0 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
+++ b/components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java
@@ -2,9 +2,12 @@
// 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 java.io.IOException;
+
/**
- * @fileoverview Loads the options script.
*
*/
-
-goog.require('cvox.OptionsPage');
+public class AsyncUrlRequestException extends IOException {
+}

Powered by Google App Engine
This is Rietveld 408576698