| Index: android_webview/lib/main/aw_main_delegate.h
|
| diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/main/aw_main_delegate.h
|
| index fbf3a73eb155947531bb88348f8dd4107eedd5bc..e33e1006004b2f6d215c9be0cc4806682cd85594 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.h
|
| +++ b/android_webview/lib/main/aw_main_delegate.h
|
| @@ -47,6 +47,8 @@ class AwMainDelegate : public content::ContentMainDelegate,
|
| AwBrowserContext* browser_context) OVERRIDE;
|
| virtual content::WebContentsViewDelegate* CreateViewDelegate(
|
| content::WebContents* web_contents) OVERRIDE;
|
| + virtual AwSettingsPoker* CreateSettingsPoker(
|
| + content::WebContents* web_contents) OVERRIDE;
|
|
|
| scoped_ptr<content::BrowserMainRunner> browser_runner_;
|
| AwContentClient content_client_;
|
|
|