Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: chrome/browser/printing/page_overlays_unittest.cc

Issue 21057: Remove black magic and >100 lines. Unhook a lot of dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/printing/print_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/page_overlays_unittest.cc
===================================================================
--- chrome/browser/printing/page_overlays_unittest.cc (revision 9138)
+++ chrome/browser/printing/page_overlays_unittest.cc (working copy)
@@ -35,11 +35,6 @@
class PagesSource : public printing::PrintedPagesSource {
public:
- virtual void RenderOnePrintedPage(printing::PrintedDocument* document,
- int page_number) {
- EXPECT_FALSE(true);
- }
-
virtual std::wstring RenderSourceName() {
return L"Foobar Document";
}
« no previous file with comments | « no previous file | chrome/browser/printing/print_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698