Index: chrome/browser/chrome_browser_main_mac.mm |
=================================================================== |
--- chrome/browser/chrome_browser_main_mac.mm (revision 117853) |
+++ chrome/browser/chrome_browser_main_mac.mm (working copy) |
@@ -102,8 +102,6 @@ |
[nib instantiateNibWithOwner:NSApp topLevelObjects:nil]; |
// Make sure the app controller has been created. |
DCHECK([NSApp delegate]); |
- DCHECK([[NSApp delegate] isKindOfClass:[AppController class]]); |
- [[NSApp delegate] registerEventHandlersAndInitialize]; |
// This is a no-op if the KeystoneRegistration framework is not present. |
// The framework is only distributed with branded Google Chrome builds. |