| Index: android_webview/lib/aw_content_browser_client.h
|
| diff --git a/android_webview/lib/aw_content_browser_client.h b/android_webview/lib/aw_content_browser_client.h
|
| index 8b75c99500138abd59ecbbde49997cccd7eb987b..a9a4cabeff90cfb92aca4bc7ef86548790aa0e2b 100644
|
| --- a/android_webview/lib/aw_content_browser_client.h
|
| +++ b/android_webview/lib/aw_content_browser_client.h
|
| @@ -17,6 +17,8 @@ class AwContentBrowserClient : public chrome::ChromeContentBrowserClient {
|
| virtual ~AwContentBrowserClient();
|
|
|
| // Overriden methods from ContentBrowserClient.
|
| + virtual void RenderProcessHostCreated(
|
| + content::RenderProcessHost* host) OVERRIDE;
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual bool AllowGetCookie(const GURL& url,
|
| const GURL& first_party,
|
|
|