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

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

Issue 1067593006: Implement material throbber and use it in one place (Autofill card (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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/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 631828437ea07500dbe1b7264b1d2293e9f85ea8..b272480daa69d8c5d64cef1f74b0e5238ad9d3d8 100644
--- a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
+++ b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
@@ -17,7 +17,7 @@ namespace views {
class ImageView;
class Label;
class Checkbox;
-class CheckmarkThrobber;
+class MaterialThrobber;
}
namespace autofill {
@@ -135,7 +135,7 @@ class CardUnmaskPromptViews : public CardUnmaskPromptView,
views::Checkbox* storage_checkbox_;
FadeOutView* progress_overlay_;
- views::CheckmarkThrobber* progress_throbber_;
+ views::MaterialThrobber* 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') | ui/views/controls/throbber.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698