Index: chrome/browser/ui/libgtk2ui/gtk2_util.h |
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_util.h b/chrome/browser/ui/libgtk2ui/gtk2_util.h |
index 15a9e5d9d14cda2aa277ec7fdca8a5d0cce5ca88..5a7302b49c432ebd1560765161dbe3db79fb9f7f 100644 |
--- a/chrome/browser/ui/libgtk2ui/gtk2_util.h |
+++ b/chrome/browser/ui/libgtk2ui/gtk2_util.h |
@@ -44,7 +44,7 @@ GdkModifierType GetGdkModifierForAccelerator( |
int EventFlagsFromGdkState(guint state); |
// Sets |dialog| as transient for |parent|, which will keep it on top and center |
-// it above |parent|. |
+// it above |parent|. Do nothing if |parent| is NULL. |
void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent); |
// Gets the transient parent aura window for |dialog|. |