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

Unified Diff: chrome/browser/printing/cloud_print/privet_url_fetcher.cc

Issue 2709633007: Remove DumpWithoutCrashing() from privet_url_fetcher (Closed)
Patch Set: Created 3 years, 10 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: chrome/browser/printing/cloud_print/privet_url_fetcher.cc
diff --git a/chrome/browser/printing/cloud_print/privet_url_fetcher.cc b/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
index 1135e216133826b788be7b05e85ddfc6662b6ecd..7575feb50f05721b09d9a34b8d26152cae6689b8 100644
--- a/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
+++ b/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
@@ -11,7 +11,6 @@
#include <memory>
#include "base/bind.h"
-#include "base/debug/dump_without_crashing.h"
#include "base/json/json_reader.h"
#include "base/location.h"
#include "base/memory/singleton.h"
@@ -202,8 +201,6 @@ void PrivetURLFetcher::Start() {
DCHECK_EQ(tries_, 0); // We haven't called |Start()| yet.
if (!url_.is_valid()) {
- // Not yet clear why it's possible. crbug.com/513505
- base::debug::DumpWithoutCrashing();
return delegate_->OnError(this, UNKNOWN_ERROR);
}
« 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