summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-16 23:45:58 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-16 23:45:58 +0000
commitdf82d9be2de3367ae9bdf83ef695f3479d91d5b9 (patch)
tree960cb8c903e68bc4267bf7f33c85e93972d652b9 /chrome_frame
parent638dafd6426551bea7807b3e6fe6b422910e9e5b (diff)
downloadchromium_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.h2
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;
}
}
}