| 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_;
|
|
|
|
|