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

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

Issue 7489036: Unify the version string to be displayed on "About Chromium" dialog. (3/6) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/about_chrome_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7754f56cf8a04764bd1cd456b31a3c6715a327d2..120bd73d6ff3b3b0bb06e582b315873dd32ecb7c 100644
--- a/chrome/browser/ui/views/about_chrome_view.h
+++ b/chrome/browser/ui/views/about_chrome_view.h
@@ -95,7 +95,6 @@ class AboutChromeView : public views::DialogDelegateView,
views::ImageView* about_dlg_background_logo_;
views::Label* about_title_label_;
views::Textfield* version_label_;
- views::Textfield* os_version_label_;
views::Label* copyright_label_;
views::Label* main_text_label_;
int main_text_label_height_;
@@ -135,14 +134,6 @@ class AboutChromeView : public views::DialogDelegateView,
scoped_refptr<GoogleUpdate> google_updater_;
#endif
- // Our current version.
- std::string current_version_;
-
- // Additional information about the version (channel and build number).
- // Note: the translation of 'official build' might be included in the version
- // details.
- string16 version_details_;
-
// The version Google Update reports is available to us.
std::wstring new_version_available_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/about_chrome_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698