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

Unified Diff: chrome/renderer/render_crash_handler_linux.h

Issue 115526: Linux: Add Breakpad client. (Closed)
Patch Set: ... Created 11 years, 7 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 | « chrome/chrome.gyp ('k') | chrome/renderer/render_crash_handler_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_crash_handler_linux.h
diff --git a/chrome/renderer/render_crash_handler_linux.h b/chrome/renderer/render_crash_handler_linux.h
new file mode 100644
index 0000000000000000000000000000000000000000..7a3fa85f261562b6406381a53f40c136086624c6
--- /dev/null
+++ b/chrome/renderer/render_crash_handler_linux.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2006-2008 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.
+
+#ifndef CHROME_RENDERER_CRASH_HANDLER_LINUX_H_
+#define CHROME_RENDERER_CRASH_HANDLER_LINUX_H_
+
+#include "build/build_config.h"
+
+#if defined(OS_LINUX)
+
+extern void EnableRendererCrashDumping();
+
+#endif // OS_LINUX
+
+#endif // CHROME_RENDERER_CRASH_HANDLER_LINUX_H_
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/renderer/render_crash_handler_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698