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

Side by Side Diff: chrome/browser/chromeos/testdata/startup_manifest.json

Issue 2853006: Added setting the locale on startup to the initial_locale attribute in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // Required. 2 // Required.
3 "version": "1.0", 3 "version": "1.0",
4 "product_sku" : "SKU", 4 "product_sku" : "SKU",
5 5
6 // Optional. 6 // Optional.
7 "initial_locale" : "en_US", 7 "initial_locale" : "it",
8 "background_color" : "#880088", 8 "background_color" : "#880088",
9 "registration_url" : "http://www.google.com", 9 "registration_url" : "http://www.google.com",
10 "setup_content" : [ 10 "setup_content" : [
11 { 11 {
12 "content_locale" : "en_US", 12 "content_locale" : "en_US",
13 "help_page" : "setup_content/en_US/help.html", 13 "help_page" : "setup_content/en_US/help.html",
14 "eula_page" : "setup_content/en_US/eula.html", 14 "eula_page" : "setup_content/en_US/eula.html",
15 }, 15 },
16 { 16 {
17 "content_locale" : "ru", 17 "content_locale" : "ru",
18 "help_page" : "setup_content/ru/help.html", 18 "help_page" : "setup_content/ru/help.html",
19 "eula_page" : "setup_content/ru/eula.html", 19 "eula_page" : "setup_content/ru/eula.html",
20 }, 20 },
21 ] 21 ]
22 } 22 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698