| 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 9ddb7189e106aee5151ba5f2cf516cbbe6c886d8..779ca090a520747f285b2afa66b82a61d01883b3 100644
|
| --- a/chrome/common/extensions/docs/templates/json/content_providers.json
|
| +++ b/chrome/common/extensions/docs/templates/json/content_providers.json
|
| @@ -61,25 +61,35 @@
|
| },
|
| "serveFrom": "static"
|
| },
|
| + "cr-native-client": {
|
| + "chromium": {
|
| + "dir": "components/nacl/docs/dev"
|
| + },
|
| + "serveFrom": "nacl",
|
| + "supportsTemplates": true
|
| + },
|
| "devtools-docs": {
|
| "github": {
|
| "owner": "GoogleChrome",
|
| "repo": "devtools-docs-migration"
|
| },
|
| - "serveFrom": "devtools"
|
| + "serveFrom": "devtools",
|
| + "supportsTemplates": true
|
| },
|
| "multidevice-docs": {
|
| "github": {
|
| "owner": "GoogleChrome",
|
| "repo": "multi-device"
|
| },
|
| - "serveFrom": "multidevice"
|
| + "serveFrom": "multidevice",
|
| + "supportsTemplates": true
|
| },
|
| "webstore-docs": {
|
| "github": {
|
| "owner": "GoogleChrome",
|
| "repo": "webstore-docs"
|
| },
|
| - "serveFrom": "webstore"
|
| + "serveFrom": "webstore",
|
| + "supportsTemplates": true
|
| }
|
| }
|
|
|