Chromium Code Reviews

Unified Diff: chrome/browser/chrome_browser_application_mac.mm

Issue 2835007: Revert 49984 - patch from issue 2762014 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/autofill/autofill_text_field_mac.mm ('k') | chrome/browser/cocoa/authorization_util.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.mm
===================================================================
--- chrome/browser/chrome_browser_application_mac.mm (revision 49999)
+++ chrome/browser/chrome_browser_application_mac.mm (working copy)
@@ -85,11 +85,7 @@
// A list of common known exceptions. The list position will
// determine where they live in the histogram, so never move them
// around, only add to the end.
-<<<<<<< HEAD
static NSString* const kKnownNSExceptionNames[] = {
-=======
- static NSString* kKnownNSExceptionNames[] = {
->>>>>>> more
// ???
NSGenericException,
@@ -280,11 +276,7 @@
// When a Cocoa control is wired to a freed object, we get crashers
// in the call to |super| with no useful information in the
// backtrace. Attempt to add some useful information.
-<<<<<<< HEAD
static NSString* const kActionKey = @"sendaction";
-=======
- static NSString* kActionKey = @"sendaction";
->>>>>>> more
// If the action is something generic like -commandDispatch:, then
// the tag is essential.
@@ -326,15 +318,9 @@
// is tracked because it may be the one which caused the system to
// go off the rails. The last exception thrown is tracked because
// it may be the one most directly associated with the crash.
-<<<<<<< HEAD
static NSString* const kFirstExceptionKey = @"firstexception";
static BOOL trackedFirstException = NO;
static NSString* const kLastExceptionKey = @"lastexception";
-=======
- static NSString* kFirstExceptionKey = @"firstexception";
- static BOOL trackedFirstException = NO;
- static NSString* kLastExceptionKey = @"lastexception";
->>>>>>> more
// TODO(shess): It would be useful to post some stacktrace info
// from the exception.
« no previous file with comments | « chrome/browser/autofill/autofill_text_field_mac.mm ('k') | chrome/browser/cocoa/authorization_util.mm » ('j') | no next file with comments »

Powered by Google App Engine