| 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 f45a36938812794c416c23962968db1adb0ba8b9..59c9e150cc294c7d0b610446735e7e85dfc6fe1a 100644
|
| --- a/chrome/common/extensions/docs/server2/url_constants.py
|
| +++ b/chrome/common/extensions/docs/server2/url_constants.py
|
| @@ -6,9 +6,8 @@ GITHUB_REPOS = 'https://api.github.com/repos'
|
| GITHUB_BASE = 'https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples'
|
| RAW_GITHUB_BASE = ('https://github.com/GoogleChrome/chrome-app-samples/raw/'
|
| 'master')
|
| -OMAHA_PROXY_URL = 'http://omahaproxy.appspot.com/json'
|
| -# TODO(kalman): Change this to http://omahaproxy.appspot.com/history.json
|
| -OMAHA_HISTORY = 'http://10.omahaproxy-hrd.appspot.com/history.json'
|
| +OMAHA_PROXY_URL = 'https://omahaproxy.appspot.com/json'
|
| +OMAHA_HISTORY = 'https://omahaproxy.appspot.com/history.json'
|
| OMAHA_DEV_HISTORY = '%s?channel=dev&os=win&json=1' % OMAHA_HISTORY
|
| SVN_URL = 'http://src.chromium.org/chrome'
|
| VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome'
|
|
|