| 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);
|
| }
|
|
|
|
|