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

Unified Diff: chrome/browser/ui/views/sad_tab_view.h

Issue 2794763002: New Sad Tab strings. (Closed)
Patch Set: add bullets Created 3 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
Index: chrome/browser/ui/views/sad_tab_view.h
diff --git a/chrome/browser/ui/views/sad_tab_view.h b/chrome/browser/ui/views/sad_tab_view.h
index 2c18287ad06a9ef1d489c5efc89e3de4e4084baa..2ad23e47ab6daf274fd3c1ac3a58d9d87c422fee 100644
--- a/chrome/browser/ui/views/sad_tab_view.h
+++ b/chrome/browser/ui/views/sad_tab_view.h
@@ -56,7 +56,7 @@ class SadTabView : public chrome::SadTab,
views::Link* CreateLink(const base::string16& text, const SkColor& color);
bool painted_ = false;
- views::Label* message_;
+ std::vector<views::Label*> messages_;
views::Link* help_link_;
views::LabelButton* action_button_;
views::Label* title_;

Powered by Google App Engine
This is Rietveld 408576698