| Index: chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/collected_cookies_gtk.h b/chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| index 10ebded417e7561a2134c3fcd361be9c65d15999..974e668cbcc6fba098716fc71b7711fc5382a0fb 100644
|
| --- a/chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| +++ b/chrome/browser/ui/gtk/collected_cookies_gtk.h
|
| @@ -22,7 +22,8 @@ class CookiesTreeModel;
|
|
|
| // CollectedCookiesGtk is a dialog that displays the allowed and blocked
|
| // cookies of the current tab contents. To display the dialog, invoke
|
| -// ShowCollectedCookiesDialog() on the delegate of the tab contents.
|
| +// ShowCollectedCookiesDialog() on the delegate of the tab contents wrapper's
|
| +// content settings tab helper.
|
|
|
| class CollectedCookiesGtk : public ConstrainedDialogDelegate,
|
| gtk_tree::TreeAdapter::Delegate,
|
|
|