| Index: chrome/common/gtk_util.h
|
| diff --git a/chrome/common/gtk_util.h b/chrome/common/gtk_util.h
|
| index 9a94182e779a63624f253aabaf327acc429ef1c2..f69882e3bcc861fd6b3f3e821cd17cd72d3fef1b 100644
|
| --- a/chrome/common/gtk_util.h
|
| +++ b/chrome/common/gtk_util.h
|
| @@ -30,6 +30,9 @@ GtkWidget* CreateGtkBorderBin(GtkWidget* child, const GdkColor* color,
|
| // Remove all children from this container.
|
| void RemoveAllChildren(GtkWidget* container);
|
|
|
| +// Initialize some GTK settings so that our dialogs are consistent.
|
| +void InitRCStyles();
|
| +
|
| } // namespace gtk_util
|
|
|
| #endif // CHROME_COMMON_GTK_UTIL_H_
|
|
|