diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 23:45:58 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-16 23:45:58 +0000 |
commit | df82d9be2de3367ae9bdf83ef695f3479d91d5b9 (patch) | |
tree | 960cb8c903e68bc4267bf7f33c85e93972d652b9 /chrome_frame | |
parent | 638dafd6426551bea7807b3e6fe6b422910e9e5b (diff) | |
download | chromium_src-df82d9be2de3367ae9bdf83ef695f3479d91d5b9.zip chromium_src-df82d9be2de3367ae9bdf83ef695f3479d91d5b9.tar.gz chromium_src-df82d9be2de3367ae9bdf83ef695f3479d91d5b9.tar.bz2 |
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
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame_activex_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } } |