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

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

Issue 13470005: Refactor the devserver to make it easier to control caching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cache static files in cron, fix path canonicalizer bug Created 7 years, 8 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/server2/url_constants.py
diff --git a/chrome/common/extensions/docs/server2/url_constants.py b/chrome/common/extensions/docs/server2/url_constants.py
index 37f0ab48a980f06ed0bad2f8504ab67d63350458..0cbaf31872f20d877fa2ae9fd54be33841519ff4 100644
--- a/chrome/common/extensions/docs/server2/url_constants.py
+++ b/chrome/common/extensions/docs/server2/url_constants.py
@@ -18,4 +18,4 @@ CLOSED_ISSUES_CSV_URL = (
'http://code.google.com/p/chromium/issues/csv?can=1&'
'q=Hotlist%3DKnownIssue+Feature%3DApps+-is%3Aopen')
EXTENSIONS_SAMPLES = ('http://src.chromium.org/viewvc/chrome/trunk/src/chrome/'
- 'common/extensions/docs/examples/')
+ 'common/extensions/docs/examples')

Powered by Google App Engine
This is Rietveld 408576698