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

Unified Diff: ui/views/examples/button_example.cc

Issue 2483753003: views examples: remove obsolete CTA button example (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/button_example.cc
diff --git a/ui/views/examples/button_example.cc b/ui/views/examples/button_example.cc
index de882104bc39468e1e0ec4ba5eb4fc1183f7ab03..feefc83762afe539436f139fd0a57d95ae79ad04 100644
--- a/ui/views/examples/button_example.cc
+++ b/ui/views/examples/button_example.cc
@@ -68,11 +68,6 @@ void ButtonExample::CreateExampleView(View* container) {
md_default_button_->SetIsDefault(true);
container->AddChildView(md_default_button_);
- md_prominent_button_ =
sky 2016/11/07 17:03:31 Remove field too.
- MdTextButton::Create(this, base::ASCIIToUTF16("Call to action"));
- md_prominent_button_->SetProminent(true);
- container->AddChildView(md_prominent_button_);
-
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
image_button_ = new ImageButton(this);
image_button_->SetFocusForPlatform();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698