| Index: chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.cc b/chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| index c2266e328400940fbacd989827114248ba4879c4..aa4767fb5e0195397aa35fffde437aa924eff73c 100644
|
| --- a/chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/collected_cookies_gtk.cc
|
| @@ -455,7 +455,7 @@ void CollectedCookiesGtk::Observe(int type,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
| DCHECK(type == chrome::NOTIFICATION_COLLECTED_COOKIES_SHOWN);
|
| - window_->CloseConstrainedWindow();
|
| + window_->CloseWebContentsModalDialog();
|
| }
|
|
|
| void CollectedCookiesGtk::OnClose(GtkWidget* close_button) {
|
| @@ -465,7 +465,7 @@ void CollectedCookiesGtk::OnClose(GtkWidget* close_button) {
|
| infobar_helper->AddInfoBar(
|
| new CollectedCookiesInfoBarDelegate(infobar_helper));
|
| }
|
| - window_->CloseConstrainedWindow();
|
| + window_->CloseWebContentsModalDialog();
|
| }
|
|
|
| void CollectedCookiesGtk::AddExceptions(GtkTreeSelection* selection,
|
|
|