Index: chrome/common/gtk_util.h |
=================================================================== |
--- chrome/common/gtk_util.h (revision 25344) |
+++ chrome/common/gtk_util.h (working copy) |
@@ -171,6 +171,8 @@ |
// Returns the two colors averaged together. |
GdkColor AverageColors(GdkColor color_one, GdkColor color_two); |
+void ConnectMenuActivatingWidgets(std::vector<GtkWidget*> widgets); |
Elliot Glaysher
2009/09/08 22:20:18
Stray declaration?
Evan Stade
2009/09/08 22:52:37
oh yeah woops this shouldn't be here
|
+ |
} // namespace gtk_util |
#endif // CHROME_COMMON_GTK_UTIL_H_ |