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

Unified Diff: chrome/test/data/extensions/api_test/chromeos_info_private/basic/manifest.json

Issue 2314313002: Add sessionType and playStoreStatus to chromeosInfoPrivate. (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/test/data/extensions/api_test/chromeos_info_private/basic/manifest.json
diff --git a/chrome/test/data/extensions/api_test/chromeos_info_private/manifest.json b/chrome/test/data/extensions/api_test/chromeos_info_private/basic/manifest.json
similarity index 77%
copy from chrome/test/data/extensions/api_test/chromeos_info_private/manifest.json
copy to chrome/test/data/extensions/api_test/chromeos_info_private/basic/manifest.json
index 7f0b24f00ab093620af983a058fc09577e135162..8b1a2b60d4f3ad73a1c09e599f6750cc7324db8e 100644
--- a/chrome/test/data/extensions/api_test/chromeos_info_private/manifest.json
+++ b/chrome/test/data/extensions/api_test/chromeos_info_private/basic/manifest.json
@@ -1,9 +1,9 @@
{
"key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDFFBqmJf6+xgNeQhSwunB7Vdi+peXwR6uf09DKBmStju73Cjhggl3x+i7jfeRvGguJA1nnxK45dHktx5ppyy2w16nFKFcfIAN9dP6RrfPWuHVxw1AzNCRm/VutRLje1e9Kk3xtXAw9Vj3N0/txZ3u8HOr62YUDIyFcS87+Yo/a9QIBIw==",
- "name": "chrome.chromeosInfoPrivate",
+ "name": "chrome.chromeosInfoPrivate basic tests",
"version": "0.1",
"manifest_version": 2,
- "description": "Test for chromeosInfoPrivate.get",
+ "description": "Basic test for chromeosInfoPrivate.get",
"background": {
"scripts": ["background.js"]
},

Powered by Google App Engine
This is Rietveld 408576698