| 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..8fe2b79dbff17802dd431587b4146045b5ff6281 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.h
|
| +++ b/android_webview/lib/main/aw_main_delegate.h
|
| @@ -47,6 +47,7 @@ class AwMainDelegate : public content::ContentMainDelegate,
|
| AwBrowserContext* browser_context) OVERRIDE;
|
| virtual content::WebContentsViewDelegate* CreateViewDelegate(
|
| content::WebContents* web_contents) OVERRIDE;
|
| + virtual AwWebPreferencesPopulater* CreateWebPreferencesPopulater() OVERRIDE;
|
|
|
| scoped_ptr<content::BrowserMainRunner> browser_runner_;
|
| AwContentClient content_client_;
|
|
|