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

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

Issue 2322353002: [Merge-M53] 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 4d5bbcb49d40c44951d15e7de9882c72338ec02b..418ca77c5b722b061497d66d226621aa36c9ba6a 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_test.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_test.h
@@ -59,6 +59,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_;
}
@@ -87,6 +91,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