| Index: content/public/browser/web_contents_delegate.h
|
| ===================================================================
|
| --- content/public/browser/web_contents_delegate.h (revision 158727)
|
| +++ content/public/browser/web_contents_delegate.h (working copy)
|
| @@ -231,9 +231,6 @@
|
| // Returns true if the context menu operation was handled by the delegate.
|
| virtual bool HandleContextMenu(const content::ContextMenuParams& params);
|
|
|
| - // Returns true if the context menu command was handled
|
| - virtual bool ExecuteContextMenuCommand(int command);
|
| -
|
| // Opens source view for given WebContents that is navigated to the given
|
| // page url.
|
| virtual void ViewSourceForTab(WebContents* source, const GURL& page_url);
|
| @@ -276,9 +273,6 @@
|
| // Returns true to allow WebContents to continue with the default processing.
|
| virtual bool OnGoToEntryOffset(int offset);
|
|
|
| - // Returns the native window framing the view containing the WebContents.
|
| - virtual gfx::NativeWindow GetFrameNativeWindow();
|
| -
|
| // Allows delegate to control whether a WebContents will be created. Returns
|
| // true to allow the creation. Default is to allow it. In cases where the
|
| // delegate handles the creation/navigation itself, it will use |target_url|.
|
|
|