summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/gtk_chrome_cookie_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/gtk_chrome_cookie_view.h')
-rw-r--r--chrome/browser/gtk/gtk_chrome_cookie_view.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/gtk/gtk_chrome_cookie_view.h b/chrome/browser/gtk/gtk_chrome_cookie_view.h
index ce157bf..73706f3 100644
--- a/chrome/browser/gtk/gtk_chrome_cookie_view.h
+++ b/chrome/browser/gtk/gtk_chrome_cookie_view.h
@@ -95,6 +95,10 @@ typedef struct {
GtkWidget* database_accessed_table_;
GtkWidget* database_accessed_origin_entry_;
GtkWidget* database_accessed_name_entry_;
+
+ // The appcache created widgets.
+ GtkWidget* appcache_created_table_;
+ GtkWidget* appcache_created_manifest_entry_;
} GtkChromeCookieView;
typedef struct {
@@ -155,4 +159,8 @@ void gtk_chrome_cookie_view_display_database_accessed(
const std::string& host,
const string16& database_name);
+void gtk_chrome_cookie_view_display_appcache_created(
+ GtkChromeCookieView* self,
+ const GURL& manifest_url);
+
#endif // CHROME_BROWSER_GTK_GTK_CHROME_COOKIE_VIEW_H_