diff options
author | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 20:34:16 +0000 |
---|---|---|
committer | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 20:34:16 +0000 |
commit | dbeebd5ee33f26e2f719e87546f51371a63801b5 (patch) | |
tree | fd9627decf2a31c88a866ff46139d4e9b302dfb5 /chrome/chrome_browser.gypi | |
parent | 3cd6bbf33030ba47b73a10d503e97fba3de2095f (diff) | |
download | chromium_src-dbeebd5ee33f26e2f719e87546f51371a63801b5.zip chromium_src-dbeebd5ee33f26e2f719e87546f51371a63801b5.tar.gz chromium_src-dbeebd5ee33f26e2f719e87546f51371a63801b5.tar.bz2 |
Implement print preview tab controller.
For print preview, a PP tab should be linked with the tab that initiated the printing operation. If the tab initiates a second printing operation while the first print preview tab is still open, that PP tab should be focused/activated. There may be more than one PP tab open.
Hook ctrl+p to show print preview tab.
BUG=59653, 57893
TEST=new unittest created.
Review URL: http://codereview.chromium.org/4338001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index c8a1ce2..276e196 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2469,6 +2469,8 @@ 'browser/printing/print_job_worker.cc', 'browser/printing/print_job_worker.h', 'browser/printing/print_job_worker_owner.h', + 'browser/printing/print_preview_tab_controller.cc', + 'browser/printing/print_preview_tab_controller.h', 'browser/printing/print_view_manager.cc', 'browser/printing/print_view_manager.h', 'browser/printing/printer_query.cc', |