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

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

Issue 6894037: Add more information to about:version and "About Chromium" dialog (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Replace "a/an" with "the", Put OS_CHROMEOS with OS_LINUX, etc Created 9 years, 8 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/about_chrome_view.h
diff --git a/chrome/browser/ui/views/about_chrome_view.h b/chrome/browser/ui/views/about_chrome_view.h
index 6393de02d5870d82995f05a47443b7f107f73a2c..9a3e82fcdb572bbcfce189164a5327fd9825c433 100644
--- a/chrome/browser/ui/views/about_chrome_view.h
+++ b/chrome/browser/ui/views/about_chrome_view.h
@@ -102,9 +102,7 @@ class AboutChromeView : public views::View,
views::ImageView* about_dlg_background_logo_;
views::Label* about_title_label_;
views::Textfield* version_label_;
-#if defined(OS_CHROMEOS)
views::Textfield* os_version_label_;
-#endif
views::Label* copyright_label_;
views::Label* main_text_label_;
int main_text_label_height_;

Powered by Google App Engine
This is Rietveld 408576698