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

Unified Diff: chromecast/crash/cast_crash_reporter_client_simple.cc

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 6 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
Index: chromecast/crash/cast_crash_reporter_client_simple.cc
diff --git a/chromecast/crash/cast_crash_reporter_client_simple.cc b/chromecast/crash/cast_crash_reporter_client_simple.cc
deleted file mode 100644
index aef4add13c0edd1612b1e96742096d588b9d8b81..0000000000000000000000000000000000000000
--- a/chromecast/crash/cast_crash_reporter_client_simple.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chromecast/crash/cast_crash_reporter_client.h"
-
-#include "base/logging.h"
-
-namespace chromecast {
-
-bool CastCrashReporterClient::HandleCrashDump(const char* crashdump_filename) {
- LOG(INFO) << "Process " << GetProcessType() << " crashed; minidump in "
- << crashdump_filename;
- return true;
-}
-
-} // namespace chromecast

Powered by Google App Engine
This is Rietveld 408576698