| Index: chrome/browser/gtk/gtk_chrome_cookie_view.h
|
| diff --git a/chrome/browser/gtk/gtk_chrome_cookie_view.h b/chrome/browser/gtk/gtk_chrome_cookie_view.h
|
| index 73706f332f52d7a10009397a609615b5fc705412..e729b0433dee06a3420da7811278c0b96ae02bad 100644
|
| --- a/chrome/browser/gtk/gtk_chrome_cookie_view.h
|
| +++ b/chrome/browser/gtk/gtk_chrome_cookie_view.h
|
| @@ -95,6 +95,8 @@ typedef struct {
|
| GtkWidget* database_accessed_table_;
|
| GtkWidget* database_accessed_origin_entry_;
|
| GtkWidget* database_accessed_name_entry_;
|
| + GtkWidget* database_accessed_description_entry_;
|
| + GtkWidget* database_accessed_size_entry_;
|
|
|
| // The appcache created widgets.
|
| GtkWidget* appcache_created_table_;
|
| @@ -157,7 +159,9 @@ void gtk_chrome_cookie_view_display_local_storage_item(
|
| void gtk_chrome_cookie_view_display_database_accessed(
|
| GtkChromeCookieView* self,
|
| const std::string& host,
|
| - const string16& database_name);
|
| + const string16& database_name,
|
| + const string16& display_name,
|
| + unsigned long estimated_size);
|
|
|
| void gtk_chrome_cookie_view_display_appcache_created(
|
| GtkChromeCookieView* self,
|
|
|