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

Unified Diff: components/arc/test/fake_app_instance.cc

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Fix unittest build failure. Created 3 years, 6 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
« no previous file with comments | « components/arc/test/fake_app_instance.h ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_app_instance.cc
diff --git a/components/arc/test/fake_app_instance.cc b/components/arc/test/fake_app_instance.cc
index 0b3ecbf3db0c739e9e40e3c10ba004605fd10782..09dff88fd74a4eea97de7c6d270220dc2ccc292e 100644
--- a/components/arc/test/fake_app_instance.cc
+++ b/components/arc/test/fake_app_instance.cc
@@ -267,6 +267,13 @@ void FakeAppInstance::InstallPackage(mojom::ArcPackageInfoPtr arcPackageInfo) {
app_host_->OnPackageAdded(std::move(arcPackageInfo));
}
+void FakeAppInstance::GetRecentAndSuggestedAppsFromPlayStore(
+ const std::string& query,
+ int32_t max_results,
+ const GetRecentAndSuggestedAppsFromPlayStoreCallback& callback) {
+ callback.Run(std::vector<arc::mojom::AppDiscoveryResultPtr>());
+}
+
void FakeAppInstance::LaunchIntent(
const std::string& intent_uri,
const base::Optional<gfx::Rect>& dimension_on_screen) {
« no previous file with comments | « components/arc/test/fake_app_instance.h ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698