| 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 538689f4e8e360c0d7add91e1954558aeec8c865..9fc3061b7a1ddb8c2ef325da03ac4cb42ec910c5 100644
|
| --- a/chrome/common/extensions/docs/server2/url_constants.py
|
| +++ b/chrome/common/extensions/docs/server2/url_constants.py
|
| @@ -2,8 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -GITILES_BASE = 'https://chromium.googlesource.com/chromium/src/+'
|
| -GITILES_BRANCH_BASE = '%s/refs/branch-heads' % GITILES_BASE
|
| +GITILES_BASE = 'https://chromium.googlesource.com'
|
| +GITILES_SRC_ROOT = 'chromium/src/+'
|
| +GITILES_BRANCHES_PATH = 'refs/branch-heads'
|
| GITILES_OAUTH2_SCOPE = 'https://www.googleapis.com/auth/gerritcodereview'
|
|
|
| GITHUB_REPOS = 'https://api.github.com/repos'
|
|
|