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

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

Issue 15009006: Docserver: refactor Servlet, ObjectStore, and ServerInstance architecture to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cduvall, redirect fix 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
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 0cbaf31872f20d877fa2ae9fd54be33841519ff4..5f761cd81dd4760f353c95d4d7fe1f571345352d 100644
--- a/chrome/common/extensions/docs/server2/url_constants.py
+++ b/chrome/common/extensions/docs/server2/url_constants.py
@@ -9,8 +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'
-SVN_TRUNK_URL = SVN_URL + '/trunk'
-SVN_BRANCH_URL = SVN_URL + '/branches'
OPEN_ISSUES_CSV_URL = (
'http://code.google.com/p/chromium/issues/csv?can=1&'
'q=Hotlist%3DKnownIssue%20Feature%3DApps+is%3Aopen')

Powered by Google App Engine
This is Rietveld 408576698