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

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

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Implement methods in FakeAppInstance. 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
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..06e74fb454a7a9c10e248da3cb8b00a685e6f4e9 100644
--- a/components/arc/test/fake_app_instance.cc
+++ b/components/arc/test/fake_app_instance.cc
@@ -267,6 +267,11 @@ 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) {}
Luis Héctor Chávez 2017/06/23 15:17:03 other methods invoke their callbacks to avoid the
Jiaquan He 2017/06/23 16:26:27 Done.
+
void FakeAppInstance::LaunchIntent(
const std::string& intent_uri,
const base::Optional<gfx::Rect>& dimension_on_screen) {

Powered by Google App Engine
This is Rietveld 408576698