| Index: chrome/browser/net/chrome_url_request_context.h
|
| ===================================================================
|
| --- chrome/browser/net/chrome_url_request_context.h (revision 17048)
|
| +++ chrome/browser/net/chrome_url_request_context.h (working copy)
|
| @@ -47,10 +47,6 @@
|
| // 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);
|
|
|