Index: chrome/service/cloud_print/cloud_print_proxy_backend.h |
=================================================================== |
--- chrome/service/cloud_print/cloud_print_proxy_backend.h (revision 108685) |
+++ chrome/service/cloud_print/cloud_print_proxy_backend.h (working copy) |
@@ -31,9 +31,6 @@ |
public: |
CloudPrintProxyFrontend() {} |
- // There is a list of printers available that can be registered. |
- virtual void OnPrinterListAvailable( |
- const printing::PrinterList& printer_list) = 0; |
// We successfully authenticated with the cloud print server. This callback |
// allows the frontend to persist the tokens. |
virtual void OnAuthenticated(const std::string& robot_oauth_refresh_token, |