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

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: fix license year 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/gtk_chrome_link_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cb3ed8d0e1c0a2d89f8dd04572c12394343b171a 100644
--- a/chrome/browser/ui/gtk/gtk_chrome_link_button.h
+++ b/chrome/browser/ui/gtk/gtk_chrome_link_button.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -39,9 +39,11 @@ 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;
+ gchar* insensitive_native_markup;
gboolean using_native_theme;
GdkCursor* hand_cursor;
gchar* text;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/gtk_chrome_link_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698