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

Unified Diff: chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ajoggoflpgplnnjkjamcmbepjdjdnpdp

Issue 149843004: kiosk: Skip network check for offline enabled app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 6 years, 10 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/webstore/inlineinstall/detail/ajoggoflpgplnnjkjamcmbepjdjdnpdp
diff --git a/chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ggbflgnkafappblpkiflbgpmkfdpnhhe b/chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ajoggoflpgplnnjkjamcmbepjdjdnpdp
similarity index 54%
copy from chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ggbflgnkafappblpkiflbgpmkfdpnhhe
copy to chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ajoggoflpgplnnjkjamcmbepjdjdnpdp
index b522c721ce9286dc6eb4a93f287d33bae34cfb22..7316381c9f694d18da5365cb3878e1bb05c17a87 100644
--- a/chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ggbflgnkafappblpkiflbgpmkfdpnhhe
+++ b/chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ajoggoflpgplnnjkjamcmbepjdjdnpdp
@@ -1,11 +1,11 @@
{
- "id": "ahdgpopncncdnljifeaajdjjmdgbkkcm",
+ "id": "ajoggoflpgplnnjkjamcmbepjdjdnpdp",
"users": "1234",
"average_rating": 1.0,
"rating_count": 999,
"verified_site": "chrome.google.com",
- "localized_name": "Name of App 1",
- "localized_description": "Description of App 1",
+ "localized_name": "Offline enabled app",
+ "localized_description": "Description of Offline enabled app",
"icon_url": "webstore/inlineinstall/detail/app_1_green16x16.png",
- "manifest":"{ \"manifest_version\": 2, \"name\": \"Test Kiosk App\", \"minimum_chrome_version\": \"24.0.1307.0\", \"version\": \"1.0.0\", \"icons\": { \"128\": \"icon-128.png\", \"16\": \"icon-16.png\"}, \"app\": { \"background\": { \"scripts\": [\"main.js\"] } }, \"kiosk_enabled\": true, \"permissions\": [ \"power\" ] }"
+ "manifest":"{ \"manifest_version\": 2, \"name\": \"Test Kiosk App\", \"minimum_chrome_version\": \"24.0.1307.0\", \"version\": \"2.0.0\", \"icons\": { \"128\": \"icon-128.png\", \"16\": \"icon-16.png\"}, \"app\": { \"background\": { \"scripts\": [\"main.js\"] } }, \"kiosk_enabled\": true, \"offline_enabled\": true, \"permissions\": [ \"power\" ] }"
}

Powered by Google App Engine
This is Rietveld 408576698