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

Unified Diff: chrome/browser/ui/cocoa/base_bubble_controller.mm

Issue 9699045: [Mac] Make ExtensionPopupController is-a BaseBubbleController to unify code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 8 years, 9 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/base_bubble_controller.mm
diff --git a/chrome/browser/ui/cocoa/base_bubble_controller.mm b/chrome/browser/ui/cocoa/base_bubble_controller.mm
index 55265a21bb41219b4c9df28647faedce6636dff2..6c83a2c19d566e395484b61df4f89565e7cd3849 100644
--- a/chrome/browser/ui/cocoa/base_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/base_bubble_controller.mm
@@ -119,7 +119,7 @@ class Bridge : public content::NotificationObserver {
DCHECK(bubble_);
DCHECK_EQ(self, [[self window] delegate]);
- base_bridge_.reset(new BaseBubbleControllerInternal::Bridge(self));
+ baseBridge_.reset(new BaseBubbleControllerInternal::Bridge(self));
[bubble_ setArrowLocation:info_bubble::kTopRight];
}
« no previous file with comments | « chrome/browser/ui/cocoa/base_bubble_controller.h ('k') | chrome/browser/ui/cocoa/extensions/extension_popup_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698