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

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

Issue 14895004: Fixing autocheckout progress bar repaint bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 | « chrome/app/generated_resources.grd ('k') | 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 e7ca86d72b763b1f190554a03c3f5f15d9d07eac..8def918b648e4fb0a5669d0afc437e98ca914a60 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -410,9 +410,22 @@ class AutofillDialogViews : public AutofillDialogView,
views::ImageButton* suggested_button;
};
+ class ButtonStripView : public views::View {
Evan Stade 2013/05/08 22:27:56 put this in the cc file. The only reason the other
Dan Beam 2013/05/09 18:32:30 Done.
+ public:
+ ButtonStripView();
+ virtual ~ButtonStripView();
+
+ protected:
+ virtual void ChildVisibilityChanged(views::View* child) OVERRIDE;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(ButtonStripView);
+ };
+
class AutocheckoutProgressBar : public views::ProgressBar {
public:
AutocheckoutProgressBar();
+ virtual ~AutocheckoutProgressBar();
private:
// Overidden from View:
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/autofill/autofill_dialog_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698