| 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";
|
| }
|
|
|