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

Unified Diff: chrome/browser/ui/gtk/gtk_chrome_link_button.h

Issue 9837011: [Web Intents] CWS inline install for GTK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/gtk_chrome_link_button.h
diff --git a/chrome/browser/ui/gtk/gtk_chrome_link_button.h b/chrome/browser/ui/gtk/gtk_chrome_link_button.h
index 4532b02a9ce1add2d94949cd88e01331e823b2b3..c9bff2fe30b6b7edb7d335cc9990f41b4cc13daa 100644
--- a/chrome/browser/ui/gtk/gtk_chrome_link_button.h
+++ b/chrome/browser/ui/gtk/gtk_chrome_link_button.h
@@ -39,7 +39,8 @@ struct _GtkChromeLinkButton {
GtkWidget* label;
gchar* normal_markup;
gchar* pressed_markup;
- gboolean is_normal;
+ gchar* insensitive_markup;
+ GtkStateType label_state;
gchar normal_color[9];
gchar* native_markup;
gboolean using_native_theme;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/gtk_chrome_link_button.cc » ('j') | chrome/browser/ui/gtk/gtk_chrome_link_button.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698