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

Unified Diff: chrome/browser/net/chrome_url_request_context.cc

Issue 330026: Http cache: Handle byte range requests when there is no cache entry.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | net/http/http_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/chrome_url_request_context.cc
===================================================================
--- chrome/browser/net/chrome_url_request_context.cc (revision 30137)
+++ chrome/browser/net/chrome_url_request_context.cc (working copy)
@@ -442,7 +442,9 @@
: ChromeURLRequestContextFactory(profile),
main_context_getter_(
static_cast<ChromeURLRequestContextGetter*>(
- profile->GetRequestContext())) {
+ profile->GetRequestContext())),
+ disk_cache_path_(disk_cache_path),
+ cache_size_(cache_size) {
is_media_ = true;
is_off_the_record_ = off_the_record;
}
« no previous file with comments | « no previous file | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698