Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / chrome_report_unrecoverable_error.cc
index 9c7797b..ff0e2b5 100644 (file)
@@ -20,7 +20,7 @@ void ChromeReportUnrecoverableError() {
   }
 
   // We only want to upload |kErrorUploadRatio| ratio of errors.
-  const double kErrorUploadRatio = 0.15;
+  const double kErrorUploadRatio = 0.0;
   if (kErrorUploadRatio <= 0.0)
     return; // We are not allowed to upload errors.
   double random_number = base::RandDouble();