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

Unified Diff: breakpad.py

Issue 2014012: Don't ask to upload a stack trace anymore. (Closed)
Patch Set: Created 10 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad.py
diff --git a/breakpad.py b/breakpad.py
index ff81d05489b1e0b81e3d3857bd74cd33fd6a222c..2d662d7e700ddda7827aa0c5c550c340733f7375 100644
--- a/breakpad.py
+++ b/breakpad.py
@@ -15,9 +15,6 @@ import sys
def SendStack(stack, url='http://chromium-status.appspot.com/breakpad'):
- print 'Do you want to send a crash report [y/N]? ',
- if sys.stdin.read(1).lower() != 'y':
- return
print 'Sending crash report ...'
try:
params = {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698