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

Unified Diff: chrome/test/data/chromeos/app_mode/offline_enabled_app_profile/Extensions/ajoggoflpgplnnjkjamcmbepjdjdnpdp/1.0.0_0/manifest.json

Issue 300843013: Install and launch kiosk app from cached crx file at start up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the useless offline_enabled_app_profile testing data. Created 6 years, 5 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/chromeos/app_mode/offline_enabled_app_profile/Extensions/ajoggoflpgplnnjkjamcmbepjdjdnpdp/1.0.0_0/manifest.json
diff --git a/chrome/test/data/chromeos/app_mode/offline_enabled_app_profile/Extensions/ajoggoflpgplnnjkjamcmbepjdjdnpdp/1.0.0_0/manifest.json b/chrome/test/data/chromeos/app_mode/offline_enabled_app_profile/Extensions/ajoggoflpgplnnjkjamcmbepjdjdnpdp/1.0.0_0/manifest.json
deleted file mode 100644
index ee64e4765939afed2f1a679b357cd9b848a5d355..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/app_mode/offline_enabled_app_profile/Extensions/ajoggoflpgplnnjkjamcmbepjdjdnpdp/1.0.0_0/manifest.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "app": {
- "background": {
- "scripts": [ "main.js" ]
- }
- },
- "icons": {
- "128": "icon-128.png",
- "16": "icon-16.png"
- },
- "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwVSEHMxDHSOLV9HT3KW7uHL9CvKNmXLdLqicNDc8gdNYo1yQ0aNc1NVSO6JloMIJEX0S8lwDxgZmLsxQ6wQaaU4XeLVqjKK8iOcSzH3mYIffoM94FfdyLg6AWQkpEYGNi7q86uBhpeeZO5+1oQC+oQPEdmv90Oper1KmrysJoTMhRi3cbSP2nlnHn2c3ud3CXaxfQQh5cXLnXmGYrS2eYssEJoLe9WdCd7FvEVOC+0akweEeUPiHtOn3hZUdq6jmNEfGHtMz7xeFAQjfhI1smy7ZIr9hcucVD6UNKcxt5VQgzGwaIp0HmLa6mbkGrXRb2yZ/U6wfrlt/skqAtQ2Y1wIDAQAB",
- "kiosk_enabled": true,
- "manifest_version": 2,
- "minimum_chrome_version": "24.0.1307.0",
- "name": "Test Kiosk App",
- "offline_enabled": true,
- "permissions": [ "power" ],
- "version": "1.0.0"
-}

Powered by Google App Engine
This is Rietveld 408576698