| Index: content/shell/browser/shell_browser_context.h
|
| diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h
|
| index 179551f35e99e834962541f10e8ecef6e179fec2..72ed634ba2ac6e33fa8e6cab720008c8872a33ee 100644
|
| --- a/content/shell/browser/shell_browser_context.h
|
| +++ b/content/shell/browser/shell_browser_context.h
|
| @@ -45,6 +45,7 @@
|
| const base::FilePath& partition_path) override;
|
| bool IsOffTheRecord() const override;
|
| DownloadManagerDelegate* GetDownloadManagerDelegate() override;
|
| + net::URLRequestContextGetter* GetRequestContext() override;
|
| net::URLRequestContextGetter* GetMediaRequestContext() override;
|
| net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) override;
|
|
|