| Index: chrome/browser/gtk/gtk_util.h
|
| diff --git a/chrome/browser/gtk/gtk_util.h b/chrome/browser/gtk/gtk_util.h
|
| index 5b1538064840b18bf4a0cf721560e5299aeef87b..dc26b52daafb0435c447c017d07886c55815676d 100644
|
| --- a/chrome/browser/gtk/gtk_util.h
|
| +++ b/chrome/browser/gtk/gtk_util.h
|
| @@ -300,6 +300,10 @@ void ShowModalDialogWithMinLocalizedWidth(GtkWidget* dialog,
|
| // finds the host window of the dialog contents and then present it.
|
| void PresentWindow(GtkWidget* window, int timestamp);
|
|
|
| +// Get real window for given dialog. On ChromeOS, this gives the native dialog
|
| +// host window. On Linux, it merely returns the passed in dialog.
|
| +GtkWindow* GetDialogWindow(GtkWidget* dialog);
|
| +
|
| } // namespace gtk_util
|
|
|
| #endif // CHROME_BROWSER_GTK_GTK_UTIL_H_
|
|
|