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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('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')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 {
2 // Required.
3 "version": "1.0",
4 "product_sku" : "SKU",
5
6 // Optional.
7 "initial_locale" : "en_US",
8 "background_color" : "#880088",
9 "registration_url" : "http://www.google.com",
10 "setup_content" : [
11 {
12 "content_locale" : "en_US",
13 "help_page" : "setup_content/en_US/help.html",
14 "eula_page" : "setup_content/en_US/eula.html",
15 },
16 {
17 "content_locale" : "ru",
18 "help_page" : "setup_content/ru/help.html",
19 "eula_page" : "setup_content/ru/eula.html",
20 },
21 ]
22 }
OLDNEW
« 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