From 6aa376b2bfe85c851edca7fc04a05960bc419051 Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Tue, 23 Sep 2008 18:49:52 +0000 Subject: This CL enables the Page info menu when right-clicking on a page/frame. For the frame case, the SSL info had to be added to the show menu message (as the navigation entry contains the top frame SSL info). BUG=2467 TEST=Open a page over HTTPS with multiple frames. Right-click and select shot page info. Review URL: http://codereview.chromium.org/4034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2504 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webview_delegate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webkit/glue/webview_delegate.h') diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h index 0b4b4fb..c05f478 100644 --- a/webkit/glue/webview_delegate.h +++ b/webkit/glue/webview_delegate.h @@ -543,7 +543,8 @@ class WebViewDelegate : virtual public WebWidgetDelegate { 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) { } // Starts a drag session with the supplied contextual information. -- cgit v1.1