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

Unified Diff: chrome/browser/ui/browser.h

Issue 8404046: When creating a tab contents for a browser in the RVHDelegateHelper, create a wrapper immediately. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index bf6ca365beab499366ea78c3bd43400e3e2eb494..31e388ea5a70b908fbb476f36d894a479672cb1d 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -980,6 +980,7 @@ class Browser : public TabHandlerDelegate,
virtual bool ShouldAddNavigationToHistory(
const history::HistoryAddPageArgs& add_page_args,
content::NavigationType navigation_type) OVERRIDE;
+ virtual void TabContentsCreated(TabContents* new_contents) OVERRIDE;
virtual void ContentRestrictionsChanged(TabContents* source) OVERRIDE;
virtual void RendererUnresponsive(TabContents* source) OVERRIDE;
virtual void RendererResponsive(TabContents* source) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698