Index: ios/chrome/browser/crash_report/crash_keys.h |
diff --git a/ios/chrome/browser/crash_report/crash_keys.h b/ios/chrome/browser/crash_report/crash_keys.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5032b0dcf4abe670a568e3dffd285a261388a8a3 |
--- /dev/null |
+++ b/ios/chrome/browser/crash_report/crash_keys.h |
@@ -0,0 +1,14 @@ |
+// 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 IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_ |
+#define IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_ |
+ |
+#include <cstddef> |
Mark Mentovai
2015/08/17 18:55:01
<stddef.h>
sdefresne
2015/08/18 12:47:40
Done.
|
+ |
+// Registers all of the potential crash keys that can be sent to the crash |
+// reporting server. Returns the size of the union of all keys. |
+size_t RegisterChromeIOSCrashKeys(); |
+ |
+#endif // IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_ |