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

Unified Diff: chrome/browser/tab_contents/chrome_web_contents_view_delegate_mac.mm

Issue 10073014: Add more functionality to WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/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);
}

Powered by Google App Engine
This is Rietveld 408576698