Index: chrome/service/cloud_print/cloud_print_proxy_backend.h |
=================================================================== |
--- chrome/service/cloud_print/cloud_print_proxy_backend.h (revision 70946) |
+++ chrome/service/cloud_print/cloud_print_proxy_backend.h (working copy) |
@@ -34,6 +34,8 @@ |
const std::string& email) = 0; |
// We have invalid/expired credentials. |
virtual void OnAuthenticationFailed() = 0; |
+ // The print system could not be initialized. |
+ virtual void OnPrintSystemUnavailable() = 0; |
protected: |
// Don't delete through SyncFrontend interface. |