Index: chrome/browser/chromeos/testdata/services_manifest.json |
=================================================================== |
--- chrome/browser/chromeos/testdata/services_manifest.json (revision 53758) |
+++ chrome/browser/chromeos/testdata/services_manifest.json (working copy) |
@@ -1,19 +0,0 @@ |
-{ |
- // Required. |
- "version": "1.0", |
- "app_menu" : { |
- "section_title" : "A partner application menu section title.", |
- "web_apps" : [ |
- "http://localhost/a/1", |
- "http://localhost/a/2", |
- ], |
- "support_page": "http://localhost/h", |
- "extensions": [ |
- "http://localhost/e/1", |
- "http://localhost/e/2", |
- ], |
- }, |
- |
- // Optional. |
- "initial_start_page": "http://localhost", |
-} |