diff options
Diffstat (limited to 'chrome/browser/net/chrome_url_request_context.h')
-rw-r--r-- | chrome/browser/net/chrome_url_request_context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h index 5ef64d6..bf8d119 100644 --- a/chrome/browser/net/chrome_url_request_context.h +++ b/chrome/browser/net/chrome_url_request_context.h @@ -47,10 +47,6 @@ class ChromeURLRequestContext : public URLRequestContext, // called on the UI thread. static ChromeURLRequestContext* CreateOffTheRecord(Profile* profile); - // Create an instance of request context for OTR profile for media resources. - static ChromeURLRequestContext* CreateOffTheRecordForMedia(Profile* profile, - const FilePath& disk_cache_path); - // Create an instance of request context for OTR profile for extensions. static ChromeURLRequestContext* CreateOffTheRecordForExtensions( Profile* profile); |