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

Unified Diff: chromecast/crash/cast_crash_keys.h

Issue 923263004: Enable crash keys for cast shell on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed namespace Created 5 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 | « chromecast/crash/android/cast_crash_reporter_client_android.cc ('k') | chromecast/crash/cast_crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/cast_crash_keys.h
diff --git a/chromecast/crash/cast_crash_keys.h b/chromecast/crash/cast_crash_keys.h
new file mode 100644
index 0000000000000000000000000000000000000000..2f1af20ee8ed0be02a3feeb913eaea735caefe96
--- /dev/null
+++ b/chromecast/crash/cast_crash_keys.h
@@ -0,0 +1,22 @@
+// Copyright 2015 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 CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
+#define CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
+
+#include "base/debug/crash_logging.h"
+
+namespace chromecast {
+namespace crash_keys {
+
+size_t RegisterCastCrashKeys();
+
+extern const char kCurrentApp[];
+extern const char kLastApp[];
+extern const char kPreviousApp[];
+
+} // namespace chromecast
+} // namespace crash_keys
+
+#endif // CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
« no previous file with comments | « chromecast/crash/android/cast_crash_reporter_client_android.cc ('k') | chromecast/crash/cast_crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698