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

Unified Diff: appengine/findit/model/crash/crash_config.py

Issue 1940843003: [Findit] Use PubSub built-in authentication for push endpoint. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix nit. Created 4 years, 8 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 | « appengine/findit/main.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/crash/crash_config.py
diff --git a/appengine/findit/model/crash/crash_config.py b/appengine/findit/model/crash/crash_config.py
index ec2034fde9b6f796610c9b0d2fca3a19a7f71f20..20e6c7a3558caa0a51d6cc4b5ecb29c9276b9ca7 100644
--- a/appengine/findit/model/crash/crash_config.py
+++ b/appengine/findit/model/crash/crash_config.py
@@ -13,7 +13,6 @@ class CrashConfig(VersionedConfig):
"""Global configuration of settings for processing Chrome crashes."""
# Fracas-specific parameters.
# {
- # "crash_data_push_token": "secret_token",
# "analysis_result_pubsub_topic": "projects/project-name/topics/name",
# "supported_platform_list_by_channel": {
# "canary": ["win", "mac"],
« no previous file with comments | « appengine/findit/main.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698