Index: chrome/browser/chromeos/testdata/startup_manifest.json |
=================================================================== |
--- chrome/browser/chromeos/testdata/startup_manifest.json (revision 0) |
+++ chrome/browser/chromeos/testdata/startup_manifest.json (revision 0) |
@@ -0,0 +1,22 @@ |
+{ |
+ // 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", |
+ }, |
+ ] |
+} |