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

Unified Diff: chrome/browser/ui/gtk/tab_contents_container_gtk.cc

Issue 10732002: Upstream rewrite of Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace id with instant_url. Created 8 years, 5 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/gtk/tab_contents_container_gtk.cc
diff --git a/chrome/browser/ui/gtk/tab_contents_container_gtk.cc b/chrome/browser/ui/gtk/tab_contents_container_gtk.cc
index 58b4872d56f638a1a648fc67508eec29b5cc40d2..373b56026cda0ffbabde46e7c10e710db18f19a9 100644
--- a/chrome/browser/ui/gtk/tab_contents_container_gtk.cc
+++ b/chrome/browser/ui/gtk/tab_contents_container_gtk.cc
@@ -111,7 +111,6 @@ void TabContentsContainerGtk::RemovePreview() {
GtkWidget* preview_widget = preview_->web_contents()->GetNativeView();
if (preview_widget)
gtk_container_remove(GTK_CONTAINER(expanded_), preview_widget);
sreeram 2012/07/24 14:08:32 Revert the changes to this file (they seem unneces
Jered 2012/07/24 15:24:34 Done.
-
registrar_.Remove(this, chrome::NOTIFICATION_TAB_CONTENTS_DESTROYED,
content::Source<TabContents>(preview_));
preview_ = NULL;

Powered by Google App Engine
This is Rietveld 408576698