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

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

Issue 8469015: Switch BackgroundContents to use TabContents instead of RenderViewHost. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix unittest Created 9 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
Index: content/browser/tab_contents/tab_contents.cc
===================================================================
--- content/browser/tab_contents/tab_contents.cc (revision 109469)
+++ content/browser/tab_contents/tab_contents.cc (working copy)
@@ -1286,7 +1286,7 @@
// Notify observers about navigation.
FOR_EACH_OBSERVER(TabContentsObserver, observers_,
- DidNavigateMainFramePostCommit(details, params));
+ DidNavigateMainFrame(details, params));
}
void TabContents::DidNavigateAnyFramePostCommit(
@@ -1303,7 +1303,7 @@
// Notify observers about navigation.
FOR_EACH_OBSERVER(TabContentsObserver, observers_,
- DidNavigateAnyFramePostCommit(details, params));
+ DidNavigateAnyFrame(details, params));
}
void TabContents::UpdateMaxPageIDIfNecessary(SiteInstance* site_instance,
« no previous file with comments | « content/browser/renderer_host/render_view_host_delegate.cc ('k') | content/browser/tab_contents/tab_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698