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

Unified Diff: chrome/browser/cocoa/content_blocked_bubble_controller.h

Issue 2822026: Mac: First run bubble. (Closed)
Patch Set: '' Created 10 years, 6 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/cocoa/content_blocked_bubble_controller.h
diff --git a/chrome/browser/cocoa/content_blocked_bubble_controller.h b/chrome/browser/cocoa/content_blocked_bubble_controller.h
index 669c437cfca32a08d773c34eb7241bb443b58911..6bb7c90d52650113a40c9ddeda072c43f9ef503f 100644
--- a/chrome/browser/cocoa/content_blocked_bubble_controller.h
+++ b/chrome/browser/cocoa/content_blocked_bubble_controller.h
@@ -10,6 +10,7 @@
#import "base/cocoa_protocols_mac.h"
#include "base/scoped_nsobject.h"
#include "base/scoped_ptr.h"
+#import "chrome/browser/cocoa/base_bubble_controller.h"
class ContentSettingBubbleModel;
@class InfoBubbleView;
@@ -21,13 +22,8 @@ typedef std::map<NSButton*, int> PopupLinks;
}
// Manages a "content blocked" bubble.
-@interface ContentBlockedBubbleController
- : NSWindowController<NSWindowDelegate> {
+@interface ContentBlockedBubbleController : BaseBubbleController {
@private
- NSWindow* parentWindow_; // weak
- NSPoint anchor_;
- IBOutlet InfoBubbleView* bubble_; // to set arrow position
-
IBOutlet NSTextField* titleLabel_;
IBOutlet NSMatrix* allowBlockRadioGroup_;

Powered by Google App Engine
This is Rietveld 408576698