| Index: chrome/service/cloud_print/printer_job_handler_unittest.cc
|
| diff --git a/chrome/service/cloud_print/printer_job_handler_unittest.cc b/chrome/service/cloud_print/printer_job_handler_unittest.cc
|
| index ddaa1fe0969878239c731511668baa2325e5962b..38b67e7731901a4dcb4d1e57f35e3ab7e73e8c35 100644
|
| --- a/chrome/service/cloud_print/printer_job_handler_unittest.cc
|
| +++ b/chrome/service/cloud_print/printer_job_handler_unittest.cc
|
| @@ -421,6 +421,7 @@ class MockPrintSystem : public PrintSystem {
|
| PrintSystem::PrinterWatcher*(const std::string& printer_name));
|
| MOCK_METHOD0(CreateJobSpooler, PrintSystem::JobSpooler*());
|
|
|
| + MOCK_METHOD0(UseCddAndCjt, bool());
|
| MOCK_METHOD0(GetSupportedMimeTypes, std::string());
|
|
|
| friend class scoped_refptr<NiceMock<MockPrintSystem> >;
|
|
|