| 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')
|
|
|