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 0f25ae4461d0489bc03537d3d6ecd7d8ca9c8273..ee179bed448791375c6f25435d5fbcbfca394ff0 100644 |
--- a/chrome/common/extensions/docs/server2/url_constants.py |
+++ b/chrome/common/extensions/docs/server2/url_constants.py |
@@ -8,5 +8,6 @@ RAW_GITHUB_BASE = ('https://github.com/GoogleChrome/chrome-app-samples/raw/' |
'master') |
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' |