Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1781)

Unified Diff: android_webview/lib/main/aw_main_delegate.h

Issue 23619089: [Android WebView] Populate WebKit WebPreferences correctly in browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698