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

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

Issue 13584010: views: Migrate the cases of "new .*NativeTextButton(" to LabelButton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: back out the changes to one_click_signin_bubble_view.* Created 7 years, 8 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/password_generation_bubble_view.h
diff --git a/chrome/browser/ui/views/password_generation_bubble_view.h b/chrome/browser/ui/views/password_generation_bubble_view.h
index 007d39b3d977ea3de175f85a8e2598856511fad4..8af37e57e2c371f9aec4da968da2d0fe6fc7485f 100644
--- a/chrome/browser/ui/views/password_generation_bubble_view.h
+++ b/chrome/browser/ui/views/password_generation_bubble_view.h
@@ -26,7 +26,7 @@ class RenderViewHost;
namespace views {
class ImageButton;
class Label;
-class TextButton;
+class LabelButton;
}
class PasswordManager;
@@ -74,7 +74,7 @@ class PasswordGenerationBubbleView : public views::BubbleDelegateView,
// Subviews
views::Label* title_label_;
- views::TextButton* accept_button_;
+ views::LabelButton* accept_button_;
views::Textfield* textfield_;
views::ImageButton* regenerate_button_;
views::View* textfield_wrapper_;
« no previous file with comments | « chrome/browser/ui/views/outdated_upgrade_bubble_view.cc ('k') | chrome/browser/ui/views/password_generation_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698