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

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

Issue 160578: Move alternate 404 error page loading out of WebFrame and into RenderView.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « no previous file | chrome/renderer/navigation_state.h » ('j') | chrome/renderer/render_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents.cc
===================================================================
--- chrome/browser/tab_contents/tab_contents.cc (revision 22283)
+++ chrome/browser/tab_contents/tab_contents.cc (working copy)
@@ -2201,8 +2201,8 @@
WebPreferences TabContents::GetWebkitPrefs() {
PrefService* prefs = render_view_host()->process()->profile()->GetPrefs();
- bool isDomUI = false;
- return RenderViewHostDelegateHelper::GetWebkitPrefs(prefs, isDomUI);
+ bool is_dom_ui = false;
+ return RenderViewHostDelegateHelper::GetWebkitPrefs(prefs, is_dom_ui);
}
void TabContents::OnJSOutOfMemory() {
« no previous file with comments | « no previous file | chrome/renderer/navigation_state.h » ('j') | chrome/renderer/render_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698