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

Unified Diff: chrome/browser/chrome_browser_application_mac.h

Issue 2543813003: [Mac] Modify the ObjC exception preprocessor to make some exceptions fatal. (Closed)
Patch Set: Address comments Created 4 years 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_application_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_application_mac.h
diff --git a/chrome/browser/chrome_browser_application_mac.h b/chrome/browser/chrome_browser_application_mac.h
index 86e70bc37b26f068becb23790c0406e403b41e90..286f9da5e1bf5c7a5d1edd23c525058584070999 100644
--- a/chrome/browser/chrome_browser_application_mac.h
+++ b/chrome/browser/chrome_browser_application_mac.h
@@ -30,21 +30,6 @@
- (BOOL)isCyclingWindows;
@end
-namespace chrome_browser_application_mac {
-
-// Bin for unknown exceptions. Exposed for testing purposes.
-extern const size_t kUnknownNSException;
-
-// Returns the histogram bin for |exception| if it is one we track
-// specifically, or |kUnknownNSException| if unknown. Exposed for testing
-// purposes.
-size_t BinForException(NSException* exception);
-
-// Use UMA to track exception occurance. Exposed for testing purposes.
-void RecordExceptionWithUma(NSException* exception);
-
-} // namespace chrome_browser_application_mac
-
#endif // __OBJC__
namespace chrome_browser_application_mac {
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_application_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698