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

Unified Diff: chrome/browser/ui/app_list/search/app_result.h

Issue 2253253002: [Merge to M53][Chrome OS] Change layout of the launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/app_list/search/app_result.h
diff --git a/chrome/browser/ui/app_list/search/app_result.h b/chrome/browser/ui/app_list/search/app_result.h
index cf1fcb0e3bd033115a0deca710992c880441bc22..0c9879552fa8ce8113bf695a02c91faaf1f5c343 100644
--- a/chrome/browser/ui/app_list/search/app_result.h
+++ b/chrome/browser/ui/app_list/search/app_result.h
@@ -25,8 +25,9 @@ class AppResult : public SearchResult,
public:
~AppResult() override;
- void UpdateFromLastLaunched(const base::Time& current_time,
- const base::Time& last_launched);
+ void UpdateFromLastLaunchedOrInstalledTime(const base::Time& current_time,
+ const base::Time& old_time);
+
protected:
AppResult(Profile* profile,
const std::string& app_id,
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc ('k') | chrome/browser/ui/app_list/search/app_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698