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

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

Issue 658443002: Removed Last Launched and Installed time from the App Info dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused strings Created 6 years, 2 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_summary_panel.h
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.h
index 1149e66445bc7762ba2af114e0505058174ce4a2..caf56b847def87b82bac23abbb1e58dd07484d64 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.h
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.h
@@ -50,13 +50,6 @@ class AppInfoSummaryPanel : public AppInfoPanel,
void StartCalculatingAppSize();
void OnAppSizeCalculated(int64 app_size_in_bytes);
- // Returns the time this app was installed.
- base::Time GetInstalledTime() const;
-
- // Returns the time the app was last launched, or base::Time() if it's never
- // been launched.
- base::Time GetLastLaunchedTime() const;
-
// Returns the launch type of the app (e.g. pinned tab, fullscreen, etc).
extensions::LaunchType GetLaunchType() const;
@@ -74,10 +67,6 @@ class AppInfoSummaryPanel : public AppInfoPanel,
views::Label* size_value_;
views::Label* version_title_;
views::Label* version_value_;
- views::Label* installed_time_title_;
- views::Label* installed_time_value_;
- views::Label* last_run_time_title_;
- views::Label* last_run_time_value_;
scoped_ptr<LaunchOptionsComboboxModel> launch_options_combobox_model_;
views::Combobox* launch_options_combobox_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698