summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/testdata/startup_manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/testdata/startup_manifest.json')
-rw-r--r--chrome/browser/chromeos/testdata/startup_manifest.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/chrome/browser/chromeos/testdata/startup_manifest.json b/chrome/browser/chromeos/testdata/startup_manifest.json
deleted file mode 100644
index ba1faac..0000000
--- a/chrome/browser/chromeos/testdata/startup_manifest.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- // Required.
- "version": "1.0",
- "product_sku" : "SKU",
-
- // Optional.
- "initial_locale" : "en_US",
- "background_color" : "#880088",
- "registration_url" : "http://www.google.com",
- "setup_content" : [
- {
- "content_locale" : "en_US",
- "help_page" : "setup_content/en_US/help.html",
- "eula_page" : "setup_content/en_US/eula.html",
- },
- {
- "content_locale" : "ru",
- "help_page" : "setup_content/ru/help.html",
- "eula_page" : "setup_content/ru/eula.html",
- },
- ]
-}