| 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 4cb247a7d8c2874a257d60428e3c6b3c84e4b0eb..3ff55b003a98959c4b0dbaa17f406899868c183e 100644
|
| --- a/chrome/service/cloud_print/cloud_print_connector.h
|
| +++ b/chrome/service/cloud_print/cloud_print_connector.h
|
| @@ -179,6 +179,9 @@ class CloudPrintConnector
|
| JobHandlerMap job_handler_map_;
|
| // Next response handler.
|
| ResponseHandler next_response_handler_;
|
| + // If |true| printers that are not found locally will be deleted on GCP
|
| + // even if the local enumeration failed.
|
| + bool delete_on_enum_fail_;
|
| // The list of pending tasks to be done in the background.
|
| std::list<PendingTask> pending_tasks_;
|
| // The CloudPrintURLFetcher instance for the current request.
|
|
|