Index: chrome/browser/gtk/gtk_theme_provider.h |
=================================================================== |
--- chrome/browser/gtk/gtk_theme_provider.h (revision 28595) |
+++ chrome/browser/gtk/gtk_theme_provider.h (working copy) |
@@ -65,8 +65,7 @@ |
// label. Used for borders between GTK stuff and the webcontent. |
GdkColor GetBorderColor(); |
- // Expose the inner widgets. Only used for testing. |
- GtkWidget* fake_window() { return fake_window_; } |
+ // Expose the inner label. Only used for testing. |
GtkWidget* fake_label() { return fake_label_.get(); } |
// Returns a CairoCachedSurface for a particular Display. CairoCachedSurfaces |