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

Unified Diff: chrome/common/extensions/docs/templates/json/content_providers.json

Issue 575613003: Docserver: Gitiles auth and cron refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
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 6ebe4632421daa1b16f89fad419d148aacc377e4..2b700ce79c85eaa65e56d3100b94901a6c41609c 100644
--- a/chrome/common/extensions/docs/templates/json/content_providers.json
+++ b/chrome/common/extensions/docs/templates/json/content_providers.json
@@ -9,8 +9,8 @@
// * An arbitrary identifier key e.g. "cr-extensions-examples".
// * What URL the rule should be invoked with, given by "serveFrom", e.g.
// "extensions/examples".
-// * An object describing where the content originates, either "chromium"
-// or "github".
+// * An object describing where the content originates, either "chromium",
+// "github", or "gcs".
// * "chromium" must provide a "dir" value specifying which chromium directory
// to look in, e.g. "extensions/samples".
// * "github" must provide "owner" and "repo" values specifying the owner of
@@ -41,14 +41,6 @@
// this to true. Otherwise, it's safer and more efficient to omit it.
{
- "cr-chrome-docs-home-gitiles": {
- "gitiles": {
- "dir": "chrome/docs"
- },
- "defaultExtensions": [".html", ".md"],
- "serveFrom": "home-gitiles",
- "supportsTemplates": true
- },
"cr-chrome-docs-home": {
"chromium": {
"dir": "chrome/docs"

Powered by Google App Engine
This is Rietveld 408576698