Index: chrome/service/cloud_print/cloud_print_connector.h |
diff --git a/chrome/service/cloud_print/cloud_print_connector.h b/chrome/service/cloud_print/cloud_print_connector.h |
index 80021f6006ffd3838b172a5afa91cdd109e146c7..4cb247a7d8c2874a257d60428e3c6b3c84e4b0eb 100644 |
--- a/chrome/service/cloud_print/cloud_print_connector.h |
+++ b/chrome/service/cloud_print/cloud_print_connector.h |
@@ -158,6 +158,7 @@ class CloudPrintConnector |
const printing::PrinterCapsAndDefaults& caps_and_defaults); |
bool IsSamePrinter(const std::string& name1, const std::string& name2) const; |
+ bool InitPrintSystem(); |
// CloudPrintConnector client. |
Client* client_; |
@@ -178,7 +179,7 @@ class CloudPrintConnector |
JobHandlerMap job_handler_map_; |
// Next response handler. |
ResponseHandler next_response_handler_; |
- // The list of peding tasks to be done in the background. |
+ // The list of pending tasks to be done in the background. |
std::list<PendingTask> pending_tasks_; |
// The CloudPrintURLFetcher instance for the current request. |
scoped_refptr<CloudPrintURLFetcher> request_; |