diff options
Diffstat (limited to 'chrome/browser/gtk/collected_cookies_gtk.h')
-rw-r--r-- | chrome/browser/gtk/collected_cookies_gtk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/collected_cookies_gtk.h b/chrome/browser/gtk/collected_cookies_gtk.h index a68d963..be983c3 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_; |