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

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

Issue 8539027: Add SwappedOut to TabContentsDelegate to allow us to correctly delete TabContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux compile 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_delegate.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index 27b95aa20d156bbecae45beba3b533235d15725f..8a3b8887abbfa7b84df8d8478872136256736b15 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -62,6 +62,9 @@ void TabContentsDelegate::LoadProgressChanged(double progress) {
void TabContentsDelegate::CloseContents(TabContents* source) {
}
+void TabContentsDelegate::SwappedOut(TabContents* source) {
+}
+
void TabContentsDelegate::MoveContents(TabContents* source,
const gfx::Rect& pos) {
}

Powered by Google App Engine
This is Rietveld 408576698