From df82d9be2de3367ae9bdf83ef695f3479d91d5b9 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Thu, 16 Jun 2011 23:45:58 +0000 Subject: Handle the print context menu on ChromeFrame fully. Currently we handle it in both places. Fixes bug http://code.google.com/p/chromium/issues/detail?id=86226 BUG=86226 Review URL: http://codereview.chromium.org/7193024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89425 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame_activex_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/chrome_frame_activex_base.h') diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h index e57a157..fce6164 100644 --- a/chrome_frame/chrome_frame_activex_base.h +++ b/chrome_frame/chrome_frame_activex_base.h @@ -357,7 +357,7 @@ END_MSG_MAP() case IDC_PRINT: { automation_client_->PrintTab(); - break; + return true; } } } -- cgit v1.1