Chromium Code Reviews| Index: chrome/browser/tab_contents/chrome_web_contents_view_delegate_mac.mm |
| =================================================================== |
| --- chrome/browser/tab_contents/chrome_web_contents_view_delegate_mac.mm (revision 132579) |
| +++ chrome/browser/tab_contents/chrome_web_contents_view_delegate_mac.mm (working copy) |
| @@ -61,9 +61,7 @@ |
| } |
| void ChromeWebContentsViewDelegateMac::NativeViewCreated(NSView* view) { |
|
Avi (use Gerrit)
2012/04/17 16:33:46
Without the view_id calls, there's no point to the
|
| - view_id_util::SetID(view, VIEW_ID_TAB_CONTAINER); |
| } |
| void ChromeWebContentsViewDelegateMac::NativeViewDestroyed(NSView* view) { |
| - view_id_util::UnsetID(view); |
| } |