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

Unified Diff: chrome/browser/gtk/browser_window_gtk.cc

Issue 3019024: revert r53268: (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« no previous file with comments | « no previous file | chrome/browser/gtk/tabs/tab_strip_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/gtk/browser_window_gtk.cc b/chrome/browser/gtk/browser_window_gtk.cc
index 4d8cf72c5703b76a2e04e8787823d419505cae5e..52f70e3a77154fec0e19080af1afb1973bb8bc33 100644
--- a/chrome/browser/gtk/browser_window_gtk.cc
+++ b/chrome/browser/gtk/browser_window_gtk.cc
@@ -664,11 +664,6 @@ void BrowserWindowGtk::Close() {
if (!window_)
return;
- // Sometimes the tabstrip will get stuck thinking it's in a drag session.
- // Short of figuring out a repro case and actually solving the problem, this
- // is the best way to avoid an immortal window. See http://crbug.com/23733
- tabstrip_->CancelActiveDragSession();
-
if (!CanClose())
return;
« no previous file with comments | « no previous file | chrome/browser/gtk/tabs/tab_strip_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698