summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_preview_tab_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Move TabContents::PrintPreview() to PrintPreviewTabController to rem...thestig@chromium.org2011-03-241-4/+17
* Cleanup: Use the right parameter type in PrintPreviewTabController::GetOrCrea...thestig@chromium.org2011-03-221-1/+1
* Print Preview: Cleanup PrintPreviewTabController::Observe.thestig@chromium.org2011-03-161-22/+16
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Print Preview: Create the preview tab first and load the preview data when it...thestig@chromium.org2011-02-051-13/+16
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+2
* C++ readability change for kmadhusu.kmadhusu@chromium.org2010-12-101-74/+72
* Disable printing context menus on the print preview page. (resubmit)thestig@chromium.org2010-12-071-4/+2
* Revert 68228 - Disable printing context menus on the print preview page.thestig@chromium.org2010-12-041-2/+4
* Disable printing context menus on the print preview page.thestig@chromium.org2010-12-031-4/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-6/+7
* Implement print preview tab controller.kmadhusu@chromium.org2010-11-161-0/+194