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

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

Issue 1005603003: [views] Add checkmark throbber to card unmasking prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/views/autofill/card_unmask_prompt_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/card_unmask_prompt_views.h
diff --git a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
index 709fa28f35ad922144416c39865397dea90b9732..115c4160a6a699f02b5bfa54c5c007f9736f1b9c 100644
--- a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
+++ b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
@@ -16,6 +16,7 @@
namespace views {
class Label;
class Checkbox;
+class CheckmarkThrobber;
}
namespace autofill {
@@ -132,6 +133,7 @@ class CardUnmaskPromptViews : public CardUnmaskPromptView,
views::Checkbox* storage_checkbox_;
FadeOutView* progress_overlay_;
+ views::CheckmarkThrobber* progress_throbber_;
views::Label* progress_label_;
gfx::SlideAnimation overlay_animation_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698