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

Unified Diff: athena/main/placeholder.cc

Issue 287253003: Add initial home card impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: athena/main/placeholder.cc
diff --git a/athena/main/placeholder.cc b/athena/main/placeholder.cc
index 0b0d359b3d7c5bbd9bdd7b85bc29e3e900b32a45..cdff9f0aeccaf54c1b46f29cadd6daf7783f1798 100644
--- a/athena/main/placeholder.cc
+++ b/athena/main/placeholder.cc
@@ -24,8 +24,7 @@ void CreateTestWindows() {
test_app_widget->Init(params);
views::Label* label = new views::Label;
label->SetText(base::ASCIIToUTF16("AppWindow"));
Albert Bodenhamer 2014/05/22 19:22:02 We don't have asset management/localization yet. A
oshima 2014/05/22 21:23:05 This code will go a away, so I don't think TODO is
- label->set_background(
- views::Background::CreateSolidBackground(SK_ColorWHITE));
+ label->set_background(views::Background::CreateSolidBackground(0xFFDDDDDD));
Albert Bodenhamer 2014/05/22 19:22:02 Create a constant for this color.
oshima 2014/05/22 21:23:05 Done.
test_app_widget->SetContentsView(label);
test_app_widget->Show();
}

Powered by Google App Engine
This is Rietveld 408576698