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

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

Issue 2361413002: Obliterate legacy cronet API. All of its users have been migrated. (Closed)
Patch Set: Created 4 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/chromium_url_request.h
diff --git a/components/cronet/android/chromium_url_request.h b/components/cronet/android/chromium_url_request.h
index 0d8fda8b7181fa9ca90672f3b77ed541681165a5..0a24e0e30f670663ecfc483c11c906680b60994d 100644
--- a/components/cronet/android/chromium_url_request.h
+++ b/components/cronet/android/chromium_url_request.h
@@ -40,8 +40,6 @@ enum UrlRequestError {
REQUEST_ERROR_TOO_MANY_REDIRECTS = 5,
};
-bool ChromiumUrlRequestRegisterJni(JNIEnv* env);
-
} // namespace cronet
#endif // COMPONENTS_CRONET_ANDROID_CHROMIUM_URL_REQUEST_H_

Powered by Google App Engine
This is Rietveld 408576698