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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_test.h

Issue 2322683003: [Merge-M54] arc: Add support of default and OEM apps. (Closed)
Patch Set: Created 4 years, 3 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/arc/arc_app_test.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_test.h b/chrome/browser/ui/app_list/arc/arc_app_test.h
index 326b9f15266ac31e240a10102e196160e5e72e40..8614271cfd461ab0f6a7e1f8aae9d7178ea192d4 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_test.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_test.h
@@ -63,6 +63,10 @@ class ArcAppTest {
return fake_apps_;
}
+ const std::vector<arc::mojom::AppInfo>& fake_default_apps() const {
+ return fake_default_apps_;
+ }
+
const std::vector<arc::mojom::ShortcutInfo>& fake_shortcuts() const {
return fake_shortcuts_;
}
@@ -91,6 +95,7 @@ class ArcAppTest {
std::unique_ptr<arc::ArcAuthService> auth_service_;
std::unique_ptr<chromeos::ScopedUserManagerEnabler> user_manager_enabler_;
std::vector<arc::mojom::AppInfo> fake_apps_;
+ std::vector<arc::mojom::AppInfo> fake_default_apps_;
std::vector<arc::mojom::ArcPackageInfo> fake_packages_;
std::vector<arc::mojom::ShortcutInfo> fake_shortcuts_;
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698