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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.h

Issue 13602010: views: Convert more TextButtons to LabelButton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/autofill_dialog_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index feeb53ba226b2233ede74d198d27fdcb5bc49af3..9b6dadd3e9050b6a3d5cd63ac83be4b11af22c8b 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -35,10 +35,10 @@ class FocusManager;
class ImageButton;
class ImageView;
class Label;
+class LabelButton;
class Link;
class MenuRunner;
class StyledLabel;
-class TextButton;
class Textfield;
class WebView;
class Widget;
@@ -454,9 +454,9 @@ class AutofillDialogViews : public AutofillDialogView,
// View to host the signin dialog and related controls.
views::View* sign_in_container_;
- // TextButton displayed during sign-in. Clicking cancels sign-in and returns
+ // LabelButton displayed during sign-in. Clicking cancels sign-in and returns
// to the main flow.
- views::TextButton* cancel_sign_in_;
+ views::LabelButton* cancel_sign_in_;
// A WebView to that navigates to a Google sign-in page to allow the user to
// sign-in.
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/autofill_dialog_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698