| 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..3aba75af1fce5ab26903eeab25a7721c6303fae1 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,
|
| + const bool& in_memory) {
|
| return GetRequestContext();
|
| }
|
|
|
| net::URLRequestContextGetter*
|
| ShellBrowserContext::GetRequestContextForStoragePartition(
|
| - const std::string& partition_id) {
|
| + const FilePath& partition_path,
|
| + const bool& in_memory) {
|
| return NULL;
|
| }
|
|
|
|
|