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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h

Issue 383953002: Moved the version number in App Info Dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added constant Created 6 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
Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
index 961f3c70e01cd44bc231e3576e8223cf48adcb2e..b823f3a40192ed5dfa3c6ac31ee74d8813fa6262 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
@@ -36,7 +36,6 @@ class AppInfoHeaderPanel : public AppInfoPanel,
private:
void CreateControls();
- void LayoutAppNameAndVersionInto(views::View* parent_view);
void LayoutControls();
// Overridden from views::LinkListener:
@@ -47,9 +46,6 @@ class AppInfoHeaderPanel : public AppInfoPanel,
// Called when the app's icon is loaded.
void OnAppImageLoaded(const gfx::Image& image);
- // Returns true if the app has a version number that makes sense to display.
- bool HasVersion() const;
-
// Opens the app in the web store. Must only be called if
// CanShowAppInWebStore() returns true.
void ShowAppInWebStore() const;
@@ -63,7 +59,6 @@ class AppInfoHeaderPanel : public AppInfoPanel,
// UI elements on the dialog. Elements are NULL if they are not displayed.
views::ImageView* app_icon_;
views::Label* app_name_label_;
- views::Label* app_version_label_;
views::Link* view_in_store_link_;
views::Link* licenses_link_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698