Chromium Code Reviews| Index: printing/printed_document_aura.cc |
| =================================================================== |
| --- printing/printed_document_aura.cc (revision 104318) |
| +++ printing/printed_document_aura.cc (working copy) |
| @@ -8,11 +8,4 @@ |
| namespace printing { |
| -void PrintedDocument::RenderPrintedPage( |
| - const PrintedPage& page, PrintingContext* context) const { |
| - // TODO(saintlou): This a stub to allow us to build under Aura. |
| - // See issue: http://crbug.com/99282 |
| - NOTIMPLEMENTED(); |
| -} |
| - |
|
Emmanuel Saint-loubert-Bié
2011/10/06 19:02:09
We still need this code at least on Aura/Linux, ot
|
| } // namespace printing |