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

Unified Diff: chrome/browser/cocoa/extension_view_mac.mm

Issue 402077: Adds popups to browser actions, completing the feature.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/extensions/browser_actions_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/extension_view_mac.mm
===================================================================
--- chrome/browser/cocoa/extension_view_mac.mm (revision 32567)
+++ chrome/browser/cocoa/extension_view_mac.mm (working copy)
@@ -53,6 +53,7 @@
NSView* view = native_view();
NSRect frame = [view frame];
frame.size.width = new_size.width();
+ frame.size.height = new_size.height();
// RenderWidgetHostViewCocoa overrides setFrame but not setFrameSize.
[view setFrame:frame];
Property changes on: chrome/browser/cocoa/extension_view_mac.mm
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « no previous file | chrome/browser/cocoa/extensions/browser_actions_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698