Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ios / chrome / browser / crash_report / crash_keys.h
blobc0c9bcaa9b3421f0cca1867d4e44faf1a0c1a6f7
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_
6 #define IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_
8 #include <stddef.h>
10 // Registers all of the potential crash keys that can be sent to the crash
11 // reporting server. Returns the size of the union of all keys.
12 size_t RegisterChromeIOSCrashKeys();
14 #endif // IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_