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

Unified Diff: content/browser/tab_contents/tab_contents_delegate.h

Issue 7046041: Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix interstitialpage Created 9 years, 6 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/tab_contents_delegate.h
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
index 0645128b9add09ea15037d25547eb3260f806efb..76ee9da3513f8eb6dea237a40a912f742accc834 100644
--- a/content/browser/tab_contents/tab_contents_delegate.h
+++ b/content/browser/tab_contents/tab_contents_delegate.h
@@ -308,6 +308,9 @@ class TabContentsDelegate {
// and displays nothing.
virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator();
+ // Invoked when a new renderer is created.
+ virtual void RenderViewCreated(TabContents* source, RenderViewHost* host);
+
protected:
virtual ~TabContentsDelegate();
};

Powered by Google App Engine
This is Rietveld 408576698