| 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;
|
| }
|
|
|