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

Unified 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 side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698