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

Side by Side Diff: ios/chrome/browser/crash_report/crash_keys.h

Issue 1298743002: Partially componentize chrome/common/crash_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
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.
4
5 #ifndef IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_
6 #define IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_
7
8 #include <cstddef>
Mark Mentovai 2015/08/17 18:55:01 <stddef.h>
sdefresne 2015/08/18 12:47:40 Done.
9
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();
13
14 #endif // IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_KEYS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698