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

Side by Side Diff: chrome/browser/chromeos/testdata/services_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
OLDNEW
(Empty)
1 {
2 // Required.
3 "version": "1.0",
4 "app_menu" : {
5 "section_title" : "A partner application menu section title.",
6 "web_apps" : [
7 "http://localhost/a/1",
8 "http://localhost/a/2",
9 ],
10 "support_page": "http://localhost/h",
11 "extensions": [
12 "http://localhost/e/1",
13 "http://localhost/e/2",
14 ],
15 },
16
17 // Optional.
18 "initial_start_page": "http://localhost",
19 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/browser/chromeos/testdata/startup_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698