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

Unified Diff: ui/views/examples/progress_bar_example.h

Issue 2329633003: Implement progress bar spec (determinate and indeterminate). (Closed)
Patch Set: better example code Created 4 years, 3 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: ui/views/examples/progress_bar_example.h
diff --git a/ui/views/examples/progress_bar_example.h b/ui/views/examples/progress_bar_example.h
index bf5fd90952f94322535fd9839382fcf2cc25e658..f24dc53d619f95ac35bd206b1f7b76d5b933433d 100644
--- a/ui/views/examples/progress_bar_example.h
+++ b/ui/views/examples/progress_bar_example.h
@@ -30,6 +30,7 @@ class VIEWS_EXAMPLES_EXPORT ProgressBarExample : public ExampleBase,
Button* minus_button_;
Button* plus_button_;
ProgressBar* progress_bar_;
+ ProgressBar* indeterminate_progress_bar_;
double current_percent_;
DISALLOW_COPY_AND_ASSIGN(ProgressBarExample);

Powered by Google App Engine
This is Rietveld 408576698