| Index: content/shell/shell_browser_context.cc
|
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
|
| index 92d33d9c1824e1aecfc5b2ee17c1c067fab63fb6..a5ad7af980f9d3b4ba2e5d8f7d1f73d1554c604c 100644
|
| --- a/content/shell/shell_browser_context.cc
|
| +++ b/content/shell/shell_browser_context.cc
|
| @@ -125,6 +125,12 @@ net::URLRequestContextGetter*
|
| }
|
|
|
| net::URLRequestContextGetter*
|
| + ShellBrowserContext::GetMediaRequestContextForStoragePartition(
|
| + const std::string& partition_id) {
|
| + return GetRequestContext();
|
| +}
|
| +
|
| +net::URLRequestContextGetter*
|
| ShellBrowserContext::GetRequestContextForStoragePartition(
|
| const std::string& partition_id) {
|
| return NULL;
|
|
|