| Index: chrome/browser/ui/libgtkui/gtk_util.h
|
| diff --git a/chrome/browser/ui/libgtkui/gtk_util.h b/chrome/browser/ui/libgtkui/gtk_util.h
|
| index 4e722a4cb276f98e2a08f326366e0cd24227f586..f63360143982368afb1ec12fadc057f70c43e86a 100644
|
| --- a/chrome/browser/ui/libgtkui/gtk_util.h
|
| +++ b/chrome/browser/ui/libgtkui/gtk_util.h
|
| @@ -68,6 +68,10 @@ aura::Window* GetAuraTransientParent(GtkWidget* dialog);
|
| void ClearAuraTransientParent(GtkWidget* dialog);
|
|
|
| #if GTK_MAJOR_VERSION > 2
|
| +// Returns true iff the runtime version of Gtk used meets
|
| +// |major|.|minor|.|micro|.
|
| +bool GtkVersionCheck(int major, int minor = 0, int micro = 0);
|
| +
|
| template <typename T>
|
| class ScopedGObject {
|
| public:
|
|
|