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

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

Issue 2794763002: New Sad Tab strings. (Closed)
Patch Set: right number of spaces as per UI review Created 3 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: 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 01885e8a929fd6b408ae9c651477a22e1006b488..4b7d62e1c1a6e53293cb491346d77a731c76b268 100644
--- a/chrome/browser/ui/views/sad_tab_view.h
+++ b/chrome/browser/ui/views/sad_tab_view.h
@@ -52,7 +52,7 @@ class SadTabView : public chrome::SadTab,
private:
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