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

Unified Diff: chrome/browser/chromeos/testdata/startup_manifest.json

Issue 2101021: Adding initial implementation of the PartnerCustomization classes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ },
+ ]
+}
Property changes on: chrome/browser/chromeos/testdata/startup_manifest.json
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698