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

Unified Diff: chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js

Issue 2648213004: Migrate --enable-arc and --arc-available part 1. (Closed)
Patch Set: address comments. Created 3 years, 11 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 | « chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js
diff --git a/chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js b/chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js
index 341394922d7c2cdaee7dce8880ba86ae13de0bb7..9297957c946466f62b06adb07c8f5f7e0bd62b36 100644
--- a/chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js
+++ b/chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js
@@ -13,6 +13,8 @@ chrome.app.runtime.onLaunched.addListener(function() {
function (values) {
if (testName == 'kiosk') {
chrome.test.assertEq('kiosk', values['sessionType']);
+ } else if (testName == 'arc not-available') {
+ chrome.test.assertEq('not available', values['playStoreStatus']);
} else if (testName == 'arc available') {
chrome.test.assertEq('available', values['playStoreStatus']);
} else if (testName == 'arc enabled') {
« no previous file with comments | « chrome/browser/ui/views/arc_app_dialog_view_browsertest.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698