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

Unified Diff: content/renderer/render_view_impl.cc

Issue 11316244: [content shell] add support for a testRunner.setXSSAuditorEnabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 1 month 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
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/shell/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 5f1411ceaf91025f28c64ab79deb37ce2a4ef7f8..b7e108cc802b272a6defedcfe5eb7275ef5e6f43 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -4312,6 +4312,10 @@ WebPreferences& RenderViewImpl::GetWebkitPreferences() {
return webkit_preferences_;
}
+void RenderViewImpl::SetWebkitPreferences(const WebPreferences& preferences) {
+ OnUpdateWebPreferences(preferences);
+}
+
WebKit::WebView* RenderViewImpl::GetWebView() {
return webview();
}
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/shell/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698