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

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

Issue 379333005: Allow AppSearchProvider to provide recommendations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const 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/app_list/search/app_search_provider.h
diff --git a/chrome/browser/ui/app_list/search/app_search_provider.h b/chrome/browser/ui/app_list/search/app_search_provider.h
index 436dbc2915a00ba7850d10a11c97e444b2ac1f02..c451c7100f14d80a5e09662194476865cf10df59 100644
--- a/chrome/browser/ui/app_list/search/app_search_provider.h
+++ b/chrome/browser/ui/app_list/search/app_search_provider.h
@@ -21,6 +21,10 @@ class ExtensionSet;
namespace app_list {
+namespace test {
+class AppSearchProviderTest;
+}
+
class AppSearchProvider : public SearchProvider,
public extensions::ExtensionRegistryObserver {
public:
@@ -36,6 +40,10 @@ class AppSearchProvider : public SearchProvider,
class App;
typedef ScopedVector<App> Apps;
+ friend test::AppSearchProviderTest;
+
+ void StartImpl(const base::Time& current_time, const base::string16& query);
+
// Adds extensions to apps container if they should be displayed.
void AddApps(const extensions::ExtensionSet& extensions);
void RefreshApps();
« no previous file with comments | « chrome/browser/ui/app_list/search/app_result.cc ('k') | chrome/browser/ui/app_list/search/app_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698