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

Unified Diff: chrome/common/extensions/docs/server2/svn_constants.py

Issue 61893015: Docserver: Run the ContentProviders Cron() method on a standard request if a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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
« no previous file with comments | « chrome/common/extensions/docs/server2/patch_servlet.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/svn_constants.py
diff --git a/chrome/common/extensions/docs/server2/svn_constants.py b/chrome/common/extensions/docs/server2/svn_constants.py
index 30dcedc2862c5af5c5955b539d7217377889e7d9..9c17973659eb53efef0cee4aaac05d01a8f6f4c2 100644
--- a/chrome/common/extensions/docs/server2/svn_constants.py
+++ b/chrome/common/extensions/docs/server2/svn_constants.py
@@ -15,6 +15,7 @@ JSON_PATH = TEMPLATE_PATH + '/json'
STATIC_PATH = DOCS_PATH + '/static'
SERVER2_PATH = DOCS_PATH + '/server2'
APP_YAML_PATH = SERVER2_PATH + '/app.yaml'
+CONTENT_PROVIDERS_PATH = JSON_PATH + '/content_providers.json'
MANIFEST_JSON_PATH = JSON_PATH + '/manifest.json'
PERMISSIONS_JSON_PATH = JSON_PATH + '/permissions.json'
STRINGS_JSON_PATH = JSON_PATH + '/strings.json'
« no previous file with comments | « chrome/common/extensions/docs/server2/patch_servlet.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698