Index: chromecast/android/cast_crash_keys_android.h |
diff --git a/chromecast/android/cast_crash_keys_android.h b/chromecast/android/cast_crash_keys_android.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c06de4a9de7ca562b678816f2d0b1cd4e9391951 |
--- /dev/null |
+++ b/chromecast/android/cast_crash_keys_android.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_ANDROID_CAST_CRASH_KEYS_ANDROID_H_ |
gunsch
2015/02/17 17:20:29
let's rename this file to be:
1) in chromecast/cr
kjoswiak
2015/02/17 20:03:29
Done.
|
+#define CHROMECAST_ANDROID_CAST_CRASH_KEYS_ANDROID_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_ANDROID_CAST_CRASH_KEYS_ANDROID_H_ |