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

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

Issue 2794763002: New Sad Tab strings. (Closed)
Patch Set: final tweak from the denizens of 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..1edddc85ac8919a8bf34e64b171c844ee602d084 100644
--- a/chrome/browser/ui/views/sad_tab_view.h
+++ b/chrome/browser/ui/views/sad_tab_view.h
@@ -52,10 +52,12 @@ class SadTabView : public chrome::SadTab,
private:
bool painted_ = false;
- views::Label* message_;
+ std::vector<views::Label*> labels_;
views::Link* help_link_;
views::LabelButton* action_button_;
views::Label* title_;
+
+ DISALLOW_COPY_AND_ASSIGN(SadTabView);
};
#endif // CHROME_BROWSER_UI_VIEWS_SAD_TAB_VIEW_H__

Powered by Google App Engine
This is Rietveld 408576698