Chromium Code Reviews| 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) { |