| Index: chrome/browser/gtk/collected_cookies_gtk.h
|
| diff --git a/chrome/browser/gtk/collected_cookies_gtk.h b/chrome/browser/gtk/collected_cookies_gtk.h
|
| index a68d963d7ef7283898d3347b17c3b1275b0cf97b..be983c367de8b28dc9507eeb9fa684bafa0c60af 100644
|
| --- a/chrome/browser/gtk/collected_cookies_gtk.h
|
| +++ b/chrome/browser/gtk/collected_cookies_gtk.h
|
| @@ -89,6 +89,10 @@ class CollectedCookiesGtk : public ConstrainedDialogDelegate,
|
| GtkTreeSelection* allowed_selection_;
|
| GtkTreeSelection* blocked_selection_;
|
|
|
| + // The infobar widget.
|
| + GtkWidget* infobar_;
|
| + GtkWidget* infobar_label_;
|
| +
|
| // The tab contents.
|
| TabContents* tab_contents_;
|
|
|
|
|