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

Unified Diff: content/browser/tab_contents/render_view_host_manager.cc

Issue 7618016: Additional fixes for prerender/instant + browsing history. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Checks for pending_render_view_host_ Created 9 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
Index: content/browser/tab_contents/render_view_host_manager.cc
diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/tab_contents/render_view_host_manager.cc
index 003f359d0c772e94d103447fbc3c53e17cce4e60..e67308cb8d7a17439a8c91f899f6515fb7271aad 100644
--- a/content/browser/tab_contents/render_view_host_manager.cc
+++ b/content/browser/tab_contents/render_view_host_manager.cc
@@ -664,7 +664,7 @@ RenderViewHost* RenderViewHostManager::UpdateRendererStateForNavigate(
// not have it's bindings set appropriately.
pending_web_ui_.reset(delegate_->CreateWebUIForRenderManager(entry.url()));
- // render_view_host_ will not be deleted before the end of this method, so we
+ // render_view_host_ willz not be deleted before the end of this method, so we
Charlie Reis 2011/08/13 18:39:24 Typo
cbentzel 2011/08/13 21:24:28 Done.
// don't have to worry about this SiteInstance's ref count dropping to zero.
SiteInstance* curr_instance = render_view_host_->site_instance();

Powered by Google App Engine
This is Rietveld 408576698