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

Unified Diff: net/url_request/url_request_context_builder.h

Issue 1448193002: [Android WebView] Get rid of secondary HttpNetworkSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/url_request/url_request_context_builder.h
diff --git a/net/url_request/url_request_context_builder.h b/net/url_request/url_request_context_builder.h
index 135e7483fd95555c2c2099f7613e0042066b710e..2ab5d7ff8243479c9317f6c24635abf910dfa85e 100644
--- a/net/url_request/url_request_context_builder.h
+++ b/net/url_request/url_request_context_builder.h
@@ -54,6 +54,7 @@ class NET_EXPORT URLRequestContextBuilder {
enum Type {
IN_MEMORY,
DISK,
+ DISK_SIMPLE,
mmenke 2015/11/17 17:22:45 Should have comments here. Not sure we want to ke
mnaganov (inactive) 2015/11/17 19:01:39 Done.
};
HttpCacheParams();

Powered by Google App Engine
This is Rietveld 408576698