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

Unified Diff: ios/chrome/browser/crash_report/crash_report_user_application_state.h

Issue 1207353005: [iOS] Upstream some stability code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_report_user_application_state.h
diff --git a/ios/chrome/browser/crash_report/crash_report_user_application_state.h b/ios/chrome/browser/crash_report/crash_report_user_application_state.h
new file mode 100644
index 0000000000000000000000000000000000000000..18a7054f0c7e22081e70251795b2539d45f7329e
--- /dev/null
+++ b/ios/chrome/browser/crash_report/crash_report_user_application_state.h
@@ -0,0 +1,18 @@
+// Copyright 2014 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_REPORT_USER_APPLICATION_STATE_H_
+#define IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_REPORT_USER_APPLICATION_STATE_H_
+
+#import "ios/chrome/browser/crash_report/crash_report_multi_parameter.h"
+
+// This class is a singleton to manage the user_application_state element of the
+// breakpad report.
+@interface CrashReportUserApplicationState : CrashReportMultiParameter
+
++ (CrashReportUserApplicationState*)sharedInstance;
+
+@end
+
+#endif // IOS_CHROME_BROWSER_CRASH_REPORT_CRASH_REPORT_USER_APPLICATION_STATE_H_

Powered by Google App Engine
This is Rietveld 408576698