diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/notifications/balloon_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/notifications/balloon_controller.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/ui/cocoa/notifications/balloon_controller.h b/chrome/browser/ui/cocoa/notifications/balloon_controller.h index 61376b4..fadd35a 100644 --- a/chrome/browser/ui/cocoa/notifications/balloon_controller.h +++ b/chrome/browser/ui/cocoa/notifications/balloon_controller.h @@ -52,9 +52,6 @@ class NotificationOptionsMenuModel; // The host for the renderer of the HTML contents. scoped_ptr<BalloonViewHost> htmlContents_; - - // The psn of the front application process. - ProcessSerialNumber frontProcessNum_; } // Initialize with a balloon object containing the notification data. @@ -86,9 +83,6 @@ class NotificationOptionsMenuModel; // The BalloonHost - (BalloonViewHost*)getHost; - -// Handle the event if it is for the balloon. -- (BOOL)handleEvent:(NSEvent*)event; @end @interface BalloonController (UnitTesting) |