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

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

Issue 42372: Consolidate into a single shutdown path. (Closed)
Patch Set: remove trailing whitespace Created 11 years, 9 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/browser_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/browser_window_gtk.h
diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
index 24f74492274584af9d12900fc7d4f78cf2f8f234..c550c4c573f502266f80cd9ae3d6e0b881ba95da 100644
--- a/chrome/browser/gtk/browser_window_gtk.h
+++ b/chrome/browser/gtk/browser_window_gtk.h
@@ -104,9 +104,6 @@ class BrowserWindowGtk : public BrowserWindow,
static gboolean OnContentAreaExpose(GtkWidget* widget, GdkEventExpose* e,
BrowserWindowGtk* window);
- static gboolean OnWindowDestroyed(GtkWidget* window,
- BrowserWindowGtk* browser_win);
-
static gboolean OnAccelerator(GtkAccelGroup* accel_group,
GObject* acceleratable,
guint keyval,
« no previous file with comments | « no previous file | chrome/browser/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698