Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/json/content_providers.json |
| diff --git a/chrome/common/extensions/docs/templates/json/content_providers.json b/chrome/common/extensions/docs/templates/json/content_providers.json |
| index 779ca090a520747f285b2afa66b82a61d01883b3..315cc8e8d33be8700a062ab9029b223eb4856108 100644 |
| --- a/chrome/common/extensions/docs/templates/json/content_providers.json |
| +++ b/chrome/common/extensions/docs/templates/json/content_providers.json |
| @@ -41,6 +41,14 @@ |
| // this to true. Otherwise, it's safer and more efficient to omit it. |
| { |
| + "cr-chrome-docs-home": { |
| + "chromium": { |
| + "dir": "chrome/docs" |
| + }, |
| + "serveFrom": "home", |
| + "supportsTemplates": true, |
| + "supportsZip": true |
|
not at google - send to devlin
2013/12/13 23:03:47
why does this support zip?
Renato Mangini (chromium)
2013/12/17 20:32:33
Done.
|
| + }, |
| "cr-extensions-examples": { |
| "chromium": { |
| "dir": "chrome/common/extensions/docs/examples" |