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

Unified Diff: appengine/findit/crash/findit_for_chromecrash.py

Issue 2556463002: [Predator] Add https:// in front of feedback link. (Closed)
Patch Set: Fix tests. Created 4 years 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 | appengine/findit/handlers/crash/test/crash_handler_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/findit_for_chromecrash.py
diff --git a/appengine/findit/crash/findit_for_chromecrash.py b/appengine/findit/crash/findit_for_chromecrash.py
index 70d32b03c477386e244c3a2ef22cec64f44b735f..2cb88dcc49a39a78d1ed8ea6b68e766532c91a69 100644
--- a/appengine/findit/crash/findit_for_chromecrash.py
+++ b/appengine/findit/crash/findit_for_chromecrash.py
@@ -23,7 +23,7 @@ from model.crash.fracas_crash_analysis import FracasCrashAnalysis
# TODO(katesonia): Remove the default value after adding validity check to
# config.
_DEFAULT_TOP_N = 7
-_FRACAS_FEEDBACK_URL_TEMPLATE = '%s/crash/fracas-result-feedback?key=%s'
+_FRACAS_FEEDBACK_URL_TEMPLATE = 'https://%s/crash/fracas-result-feedback?key=%s'
# TODO(wrengr): [Note#1] in many places below we have to do some ugly
# defaulting in case crash_data is missing certain keys. If we had
« no previous file with comments | « no previous file | appengine/findit/handlers/crash/test/crash_handler_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698