| Index: content/shell/shell_browser_context.h
|
| diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
|
| index 7c09a821dfb2ac2c70a7f10ac702878384685f5b..fbcbc6eea12f17b83723bf0fecb5cd87ad0740d7 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -33,6 +33,9 @@ class ShellBrowserContext : public BrowserContext {
|
| virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| + virtual net::URLRequestContextGetter*
|
| + GetMediaRequestContextForStoragePartition(
|
| + const std::string& partition_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
|
| const std::string& partition_id) OVERRIDE;
|
| virtual ResourceContext* GetResourceContext() OVERRIDE;
|
|
|