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

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

Issue 1110883003: App Launcher: Webstore results are now highlighted. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@applist-webstore-result-match
Patch Set: Rebase. Created 5 years, 8 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 cf49cf20f04469ae35df6c37598c7dd12689530d..3f82b5e38e76b9a951ca665a9eec04d86ed4c28c 100644
--- a/chrome/browser/ui/app_list/search/app_result.h
+++ b/chrome/browser/ui/app_list/search/app_result.h
@@ -29,8 +29,6 @@ class ExtensionRegistry;
namespace app_list {
class AppContextMenu;
-class TokenizedString;
-class TokenizedStringMatch;
class AppResult : public SearchResult,
public extensions::IconImage::Observer,
@@ -44,9 +42,6 @@ class AppResult : public SearchResult,
bool is_recommendation);
~AppResult() override;
- void UpdateFromMatch(const TokenizedString& title,
- const TokenizedStringMatch& match);
-
void UpdateFromLastLaunched(const base::Time& current_time,
const base::Time& last_launched);
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/search/app_result.cc » ('j') | chrome/browser/ui/app_list/search/app_result.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698