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

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

Issue 9318018: Panels not getting focus on Linux when expanded from API on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 8 years, 11 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/ui/panels/panel_browser_window_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
index 597aa37f8a697c6476a4cd978455a7df1ecc1958..0c6f0086744cb822deb6d7ab2750467974abd78a 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -1263,9 +1263,6 @@ void BrowserWindowGtk::Observe(int type,
}
break;
}
-
- default:
Evan Stade 2012/02/01 22:19:02 I don't understand why you are deleting this check
prasadt 2012/02/01 22:40:31 This method is now overridden in PanelBrowserWindo
- NOTREACHED() << "Got a notification we didn't register for!";
}
}
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel_browser_window_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698