| Index: trunk/src/content/public/browser/content_browser_client.cc
|
| ===================================================================
|
| --- trunk/src/content/public/browser/content_browser_client.cc (revision 219785)
|
| +++ trunk/src/content/public/browser/content_browser_client.cc (working copy)
|
| @@ -163,6 +163,11 @@
|
| return NULL;
|
| }
|
|
|
| +net::URLRequestContext* ContentBrowserClient::OverrideRequestContextForURL(
|
| + const GURL& url, ResourceContext* context) {
|
| + return NULL;
|
| +}
|
| +
|
| std::string ContentBrowserClient::GetStoragePartitionIdForSite(
|
| BrowserContext* browser_context,
|
| const GURL& site) {
|
|
|