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

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

Issue 2263005: Linux: use web application meta tags for application shortcuts where possible. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: use web_app Created 10 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b774d7f99112fb942e255b266d7a13cffa38765e..8196ad71d5a9ce25dadce9fa8187a4d1cfaf3149 100644
--- a/chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h
+++ b/chrome/browser/gtk/create_application_shortcuts_dialog_gtk.h
@@ -51,15 +51,6 @@ class CreateApplicationShortcutsDialogGtk
// TabContents for which the shortcut will be created.
TabContents* tab_contents_;
- // Target URL of the shortcut.
- GURL url_;
-
- // Visible title of the shortcut.
- string16 title_;
-
- // The favicon of the tab contents, used to set the icon on the desktop.
- SkBitmap favicon_;
-
// Dialog box that allows the user to create an application shortcut.
GtkWidget* create_dialog_;
« no previous file with comments | « no previous file | chrome/browser/gtk/create_application_shortcuts_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698