| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 6c28657ca083cdb3142a728f8e16cc9e0c18da82..9da026d3bbfba4ea9ac1e4d0a5256c5e4b2efd75 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -147,6 +147,12 @@ net::URLRequestContext* ContentBrowserClient::OverrideRequestContextForURL(
|
| return NULL;
|
| }
|
|
|
| +std::string ContentBrowserClient::GetStoragePartitionForChildProcess(
|
| + content::BrowserContext* browser_context,
|
| + int child_process_id) {
|
| + return std::string();
|
| +}
|
| +
|
| MediaObserver* ContentBrowserClient::GetMediaObserver() {
|
| return NULL;
|
| }
|
|
|