| Index: content/shell/shell_browser_context.cc
|
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
|
| index cdba8361ee4840373ae91f9e4f4ba65eb65352e3..812d3610d6da4e400c83924ae8748c2f719f5a5d 100644
|
| --- a/content/shell/shell_browser_context.cc
|
| +++ b/content/shell/shell_browser_context.cc
|
| @@ -127,13 +127,15 @@ net::URLRequestContextGetter*
|
|
|
| net::URLRequestContextGetter*
|
| ShellBrowserContext::GetMediaRequestContextForStoragePartition(
|
| - const std::string& partition_id) {
|
| + const FilePath& partition_path,
|
| + bool in_memory) {
|
| return GetRequestContext();
|
| }
|
|
|
| net::URLRequestContextGetter*
|
| ShellBrowserContext::GetRequestContextForStoragePartition(
|
| - const std::string& partition_id) {
|
| + const FilePath& partition_path,
|
| + bool in_memory) {
|
| return NULL;
|
| }
|
|
|
|
|