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

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

Issue 2927963002: [Cronet] Fix link to QUIC error codes. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/api/src/org/chromium/net/QuicException.java
diff --git a/components/cronet/android/api/src/org/chromium/net/QuicException.java b/components/cronet/android/api/src/org/chromium/net/QuicException.java
index b302ceeec80c41e991ad3888a645f8c29e487092..e3754afd9a844085cbc4e29febf27628f3830d38 100644
--- a/components/cronet/android/api/src/org/chromium/net/QuicException.java
+++ b/components/cronet/android/api/src/org/chromium/net/QuicException.java
@@ -28,7 +28,7 @@ public abstract class QuicException extends NetworkException {
/**
* Returns the <a href="https://www.chromium.org/quic">QUIC</a> error code, which is a value
* from <a
- * href=https://cs.chromium.org/chromium/src/net/quic/quic_protocol.h?type=cs&q=%22enum+QuicErrorCode+%7B%22+file:src/net/quic/quic_protocol.h>
+ * href=https://cs.chromium.org/chromium/src/net/quic/core/quic_error_codes.h?type=cs&q=%22enum+QuicErrorCode+%7B%22>
* QuicErrorCode</a>.
*/
public abstract int getQuicDetailedErrorCode();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698