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

Unified Diff: chrome/browser/tab_contents/chrome_interstitial_page.cc

Issue 8432011: Move RendererPreferences to content/public/common and also put in the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « chrome/browser/tab_contents/background_contents.cc ('k') | chrome/browser/ui/gtk/gtk_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/chrome_interstitial_page.cc
===================================================================
--- chrome/browser/tab_contents/chrome_interstitial_page.cc (revision 108004)
+++ chrome/browser/tab_contents/chrome_interstitial_page.cc (working copy)
@@ -17,7 +17,7 @@
const GURL& url)
: InterstitialPage(tab, new_navigation, url) {
Profile* profile = Profile::FromBrowserContext(tab->browser_context());
- RendererPreferences prefs;
+ content::RendererPreferences prefs;
renderer_preferences_util::UpdateFromSystemSettings(&prefs, profile);
set_renderer_preferences(prefs);
}
« no previous file with comments | « chrome/browser/tab_contents/background_contents.cc ('k') | chrome/browser/ui/gtk/gtk_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698