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

Unified Diff: rietveld.py

Issue 1374223004: Revert of Temporary fix for codereview cert issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | third_party/upload.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rietveld.py
diff --git a/rietveld.py b/rietveld.py
index 5d83cc61be2477d0d0d33aea2fcf5bc0f3aa5c10..1c569fc9bb1c51a6319cc1caee75f598f161ddce 100644
--- a/rietveld.py
+++ b/rietveld.py
@@ -579,9 +579,6 @@
self.url = url.rstrip('/')
bot_url = self.url
- # TODO(tandrii): remove temp fix due to cert problem: crbug/537763
- if bot_url.endswith('codereview.chromium.org'):
- bot_url = 'https://chromiumcodereview.appspot.com'
if self.url.endswith('googleplex.com'):
bot_url = self.url + '/bots'
« no previous file with comments | « no previous file | third_party/upload.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698