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

Unified Diff: content/shell/shell_content_browser_client.cc

Issue 10384128: Quote WebPreferences in namespace webkit_glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2012 Created 8 years, 7 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
« no previous file with comments | « content/shell/shell_content_browser_client.h ('k') | content/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_content_browser_client.cc
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
index f0cf43165facea87c286a44dc6f8dc9851720a45..48c7fc406378084885b8466c77ccbeffa38a04dc 100644
--- a/content/shell/shell_content_browser_client.cc
+++ b/content/shell/shell_content_browser_client.cc
@@ -299,9 +299,10 @@ bool ShellContentBrowserClient::IsFastShutdownPossible() {
return true;
}
-void ShellContentBrowserClient::OverrideWebkitPrefs(RenderViewHost* rvh,
- const GURL& url,
- WebPreferences* prefs) {
+void ShellContentBrowserClient::OverrideWebkitPrefs(
+ RenderViewHost* rvh,
+ const GURL& url,
+ webkit_glue::WebPreferences* prefs) {
}
void ShellContentBrowserClient::UpdateInspectorSetting(
« no previous file with comments | « content/shell/shell_content_browser_client.h ('k') | content/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698