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

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

Issue 14125010: Docserver: Add support for viewing docs with a codereview patch applied (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: add executable bits for tests Created 7 years, 7 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
« no previous file with comments | « chrome/common/extensions/docs/server2/test_patcher.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/url_constants.py
diff --git a/chrome/common/extensions/docs/server2/url_constants.py b/chrome/common/extensions/docs/server2/url_constants.py
index 5f761cd81dd4760f353c95d4d7fe1f571345352d..e0bb5d0ca4cce98dbad622eb353ac84e055d4146 100644
--- a/chrome/common/extensions/docs/server2/url_constants.py
+++ b/chrome/common/extensions/docs/server2/url_constants.py
@@ -9,11 +9,6 @@ RAW_GITHUB_BASE = ('https://github.com/GoogleChrome/chrome-app-samples/raw/'
OMAHA_PROXY_URL = 'http://omahaproxy.appspot.com/json'
SVN_URL = 'http://src.chromium.org/chrome'
VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome'
-OPEN_ISSUES_CSV_URL = (
- 'http://code.google.com/p/chromium/issues/csv?can=1&'
- 'q=Hotlist%3DKnownIssue%20Feature%3DApps+is%3Aopen')
-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')
+CODEREVIEW_SERVER = 'https://chromiumcodereview.appspot.com'
« no previous file with comments | « chrome/common/extensions/docs/server2/test_patcher.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698