| Index: chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| index d4bc0cfc420bcfc5442088d22f08e03dbf3d32e2..baeb7940962c1d0260aba517bce015ca3b902695 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| @@ -127,9 +127,9 @@ class TabContentsViewGtk : public TabContentsView,
|
| // opened). |popup_view_| is owned by the TabContents, not the view.
|
| BlockedPopupContainerViewGtk* popup_view_;
|
|
|
| - // Each individual UI for constrained dialogs currently displayed. The
|
| - // objects in this vector are owned by the TabContents, not the view.
|
| - std::vector<ConstrainedWindowGtk*> constrained_windows_;
|
| + // The UI for the constrained dialog currently displayed. This is owned by the
|
| + // TabContents, not the view.
|
| + ConstrainedWindowGtk* constrained_window_;
|
|
|
| // The helper object that handles drag destination related interactions with
|
| // GTK.
|
|
|