| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 676930d61f6adfe0bd7c712d17a28a7ec81ee215..133027ff5be431e74eca076c50f6dc6a3e88da50 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -34,6 +34,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::WebContents* web_contents,
|
| content::RenderViewHostDelegateView** render_view_host_delegate_view)
|
| OVERRIDE;
|
| + virtual std::string GetStoragePartitionIdForChildProcess(
|
| + content::BrowserContext* browser_context,
|
| + int child_process_id) OVERRIDE;
|
| virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| content::WebContents* web_contents) OVERRIDE;
|
| virtual void RenderViewHostCreated(
|
|
|