summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 21:26:06 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 21:26:06 +0000
commit9f8a2077e3c53da309c3e9b3698eff577877ad8c (patch)
tree066e851dd94af911b1ab5edd6265ec97d9610b9b /webkit/tools/test_shell
parent651f906ecbd012c34943ebbeeb03fa7c74e9f730 (diff)
downloadchromium_src-9f8a2077e3c53da309c3e9b3698eff577877ad8c.zip
chromium_src-9f8a2077e3c53da309c3e9b3698eff577877ad8c.tar.gz
chromium_src-9f8a2077e3c53da309c3e9b3698eff577877ad8c.tar.bz2
Fix the Mac TestShell following r2517
Review URL: http://codereview.chromium.org/3402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r--webkit/tools/test_shell/mac/test_webview_delegate.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/mac/test_webview_delegate.mm b/webkit/tools/test_shell/mac/test_webview_delegate.mm
index 6c8dc75..08d1fc0 100644
--- a/webkit/tools/test_shell/mac/test_webview_delegate.mm
+++ b/webkit/tools/test_shell/mac/test_webview_delegate.mm
@@ -449,7 +449,8 @@ void TestWebViewDelegate::ShowContextMenu(WebView* webview,
const GURL& frame_url,
const std::wstring& selection_text,
const std::wstring& misspelled_word,
- int edit_flags) {
+ int edit_flags,
+ const std::string& security_info) {
CapturedContextMenuEvent context(type, x, y);
captured_context_menu_events_.push_back(context);
}