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

Unified Diff: components/cronet/android/chromium_url_request.h

Issue 1393713005: [Cronet] Add error code and immediatelyRetryable() to UrlRequestException (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix missing test annotation Created 4 years, 11 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/chromium_url_request.h
diff --git a/components/cronet/android/chromium_url_request.h b/components/cronet/android/chromium_url_request.h
index b763bcbc37ed791f8ff671fc4703c5164478bf7f..0d8fda8b7181fa9ca90672f3b77ed541681165a5 100644
--- a/components/cronet/android/chromium_url_request.h
+++ b/components/cronet/android/chromium_url_request.h
@@ -24,7 +24,7 @@ enum UrlRequestPriority {
REQUEST_PRIORITY_HIGHEST = 4,
};
-// Define request priority values like REQUEST_ERROR_SUCCESS in a
+// Define request error values like REQUEST_ERROR_SUCCESS in a
// way that ensures they're always the same than their Java counterpart.
//
// A Java counterpart will be generated for this enum.

Powered by Google App Engine
This is Rietveld 408576698