diff options
author | zea@chromium.org <zea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 19:59:48 +0000 |
---|---|---|
committer | zea@chromium.org <zea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 19:59:48 +0000 |
commit | 1568dbd4da2e509d63ed4dd823cf47bc2caf700e (patch) | |
tree | 4a918a360b42547c6579e3506d718f8bcf1646d8 /chrome/browser/sync | |
parent | 3d79e49d8cf55ad562d89abc8e30113c04c4c185 (diff) | |
download | chromium_src-1568dbd4da2e509d63ed4dd823cf47bc2caf700e.zip chromium_src-1568dbd4da2e509d63ed4dd823cf47bc2caf700e.tar.gz chromium_src-1568dbd4da2e509d63ed4dd823cf47bc2caf700e.tar.bz2 |
[Sync] Re-enable breakpad uploading for sync errors.
R=lipalani@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10382214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc b/chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc index b613502..66fccc0 100644 --- a/chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc +++ b/chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc @@ -15,7 +15,7 @@ namespace browser_sync { -static const double kErrorUploadRatio = 0.0; +static const double kErrorUploadRatio = 0.15; void ChromeReportUnrecoverableError() { // TODO(lipalani): Add this for other platforms as well. #if defined(OS_WIN) |