Index: chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h |
diff --git a/chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h b/chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h |
index 6ee0336e9be83791729947dcf2051b94a091ee64..4dee28b85085824b417802e678887856e71cb1a0 100644 |
--- a/chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h |
+++ b/chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h |
@@ -54,6 +54,12 @@ class CreateApplicationShortcutsDialogGtk |
// TabContents for which the shortcut will be created. |
TabContents* tab_contents_; |
+ // ShortcutInfo for the new shortcut. |
+ ShellIntegration::ShortcutInfo shortcut_info_; |
+ |
+ // Image associated with the site. |
+ GdkPixbuf* favicon_pixbuf_; |
+ |
// Dialog box that allows the user to create an application shortcut. |
GtkWidget* create_dialog_; |