| Index: chrome/browser/extensions/extension_host_mac.mm
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_host_mac.mm (revision 63740)
|
| +++ chrome/browser/extensions/extension_host_mac.mm (working copy)
|
| @@ -31,9 +31,6 @@
|
| static_cast<RenderWidgetHostViewMac*>(widget_view);
|
| [widget_view_mac->native_view() retain];
|
|
|
| - // |widget_view_mac| needs to know how to position itself in our view.
|
| - widget_view_mac->set_parent_view(view()->native_view());
|
| -
|
| return widget_view;
|
| }
|
|
|
|
|