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

Unified Diff: chrome/browser/ui/cocoa/notifications/balloon_view.h

Issue 231213003: notification balloons: Remove views and cocoa implementations of BalloonCollection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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: chrome/browser/ui/cocoa/notifications/balloon_view.h
diff --git a/chrome/browser/ui/cocoa/notifications/balloon_view.h b/chrome/browser/ui/cocoa/notifications/balloon_view.h
deleted file mode 100644
index f41e8c054499c78979bae56f722effe503bea5cf..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/notifications/balloon_view.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright (c) 2010 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 CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_BALLOON_VIEW_H_
-#define CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_BALLOON_VIEW_H_
-
-#import <Cocoa/Cocoa.h>
-
-@interface BalloonWindow : NSWindow {
-}
-@end
-
-// This view class draws a frame around the HTML contents of a
-// notification balloon.
-@interface BalloonContentViewCocoa : NSView {
-}
-@end
-
-// This view class draws the shelf of a notification balloon,
-// containing the controls.
-@interface BalloonShelfViewCocoa : NSView {
-}
-@end
-
-// This view overlays the notification balloon on top. It is used to intercept
-// mouse input to prevent reordering of the other browser windows when clicking
-// on the notification balloon.
-@interface BalloonOverlayViewCocoa : NSView {
-}
-@end
-
-
-#endif // CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_BALLOON_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698