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

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

Issue 8113029: Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() and printing::Printe... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 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_view_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_job_unittest.cc
===================================================================
--- chrome/browser/printing/print_job_unittest.cc (revision 103831)
+++ chrome/browser/printing/print_job_unittest.cc (working copy)
@@ -9,7 +9,6 @@
#include "chrome/common/chrome_notification_types.h"
#include "content/common/notification_registrar.h"
#include "content/common/notification_service.h"
-#include "googleurl/src/gurl.h"
#include "printing/printed_pages_source.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -17,12 +16,9 @@
class TestSource : public printing::PrintedPagesSource {
public:
- virtual string16 RenderSourceName() {
+ virtual string16 RenderSourceName() OVERRIDE {
return string16();
}
- virtual GURL RenderSourceUrl() {
- return GURL();
- }
};
class TestPrintJobWorker : public printing::PrintJobWorker {
@@ -59,6 +55,7 @@
virtual int cookie() const {
return 42;
}
+
private:
printing::PrintSettings settings_;
};
« no previous file with comments | « no previous file | chrome/browser/printing/print_view_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698