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

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

Issue 2878056: Put back 53641 - Landing OEM customization CL for Denis... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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/testdata/services_manifest.json ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 // Required.
3 "version": "1.0",
4 "product_sku" : "SKU",
5
6 // Optional.
7 "initial_locale" : "ru",
8 "initial_timezone" : "Asia/Tokyo",
9 "background_color" : "#880088",
10 "registration_url" : "http://www.google.com",
11 "setup_content" : [
12 {
13 "content_locale" : "en_US",
14 "help_page" : "setup_content/en_US/help.html",
15 "eula_page" : "setup_content/en_US/eula.html",
16 },
17 {
18 "content_locale" : "ru",
19 "help_page" : "setup_content/ru/help.html",
20 "eula_page" : "setup_content/ru/eula.html",
21 },
22 ]
23 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/testdata/services_manifest.json ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698