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

Unified Diff: chrome/browser/ui/views/content_setting_bubble_contents.h

Issue 2339783003: Make 'Load full site' a button instead of link. (Closed)
Patch Set: adressed comments Created 4 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/views/content_setting_bubble_contents.h
diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.h b/chrome/browser/ui/views/content_setting_bubble_contents.h
index 3f0f4fa680d1d7326ae292b8e6abba589f3a21dd..3b7cba2bb7cc5a97c97e420ab564b920ca1d8ef1 100644
--- a/chrome/browser/ui/views/content_setting_bubble_contents.h
+++ b/chrome/browser/ui/views/content_setting_bubble_contents.h
@@ -28,6 +28,7 @@ class ContentSettingBubbleViewsBridge;
namespace views {
class RadioButton;
+class LabelButton;
}
// ContentSettingBubbleContents is used when the user turns on different kinds
@@ -116,6 +117,7 @@ class ContentSettingBubbleContents : public content::WebContentsObserver,
RadioGroup radio_group_;
views::Link* custom_link_;
views::Link* manage_link_;
+ views::LabelButton* manage_button_;
views::Link* learn_more_link_;
// Combobox models the bubble owns.

Powered by Google App Engine
This is Rietveld 408576698