Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2469)

Unified Diff: chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h

Issue 2847050: Linux: add icon and description preview to app shortcut dialog (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: fixes Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698