| Index: content/public/browser/web_contents_delegate.h
|
| ===================================================================
|
| --- content/public/browser/web_contents_delegate.h (revision 121660)
|
| +++ content/public/browser/web_contents_delegate.h (working copy)
|
| @@ -21,7 +21,6 @@
|
| class FilePath;
|
| class GURL;
|
| class TabContents;
|
| -struct ContextMenuParams;
|
| struct NativeWebKeyboardEvent;
|
|
|
| namespace base {
|
| @@ -34,6 +33,7 @@
|
| class JavaScriptDialogCreator;
|
| class WebContents;
|
| class WebIntentsDispatcher;
|
| +struct ContextMenuParams;
|
| struct FileChooserParams;
|
| struct SSLStatus;
|
| }
|
| @@ -219,7 +219,7 @@
|
| virtual int GetExtraRenderViewHeight() const;
|
|
|
| // Returns true if the context menu operation was handled by the delegate.
|
| - virtual bool HandleContextMenu(const ContextMenuParams& params);
|
| + virtual bool HandleContextMenu(const content::ContextMenuParams& params);
|
|
|
| // Returns true if the context menu command was handled
|
| virtual bool ExecuteContextMenuCommand(int command);
|
|
|