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

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

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.h
===================================================================
--- chrome/browser/tab_contents/chrome_web_contents_view_delegate_mac.h (revision 132579)
+++ chrome/browser/tab_contents/chrome_web_contents_view_delegate_mac.h (working copy)
@@ -34,8 +34,6 @@
virtual content::WebDragDestDelegate* GetDragDestDelegate() OVERRIDE;
virtual void ShowContextMenu(
const content::ContextMenuParams& params) OVERRIDE;
- virtual void NativeViewCreated(NSView* view) OVERRIDE;
- virtual void NativeViewDestroyed(NSView* view) OVERRIDE;
private:
// The context menu. Callbacks are asynchronous so we need to keep it around.

Powered by Google App Engine
This is Rietveld 408576698