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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.h

Issue 10910064: Extension Commands: Add [Manage Shortcuts] link to the Extension Install Bubble (Views and GTK only) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/ui/gtk/extensions/extension_installed_bubble_gtk.h
===================================================================
--- chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.h (revision 154673)
+++ chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.h (working copy)
@@ -80,6 +80,9 @@
static void OnButtonClick(GtkWidget* button,
ExtensionInstalledBubbleGtk* toolbar);
+ // Link button callbacks.
+ CHROMEGTK_CALLBACK_0(ExtensionInstalledBubbleGtk, void, OnLinkClicked);
+
const extensions::Extension* extension_;
Browser* browser_;
SkBitmap icon_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698