| Index: chrome/service/cloud_print/print_system_win.cc
|
| diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc
|
| index 36efc242e123b1d288d3c338e668f8b909da8c41..dd1eac7d5ffc3bdf786caa37f3f430a6ef8ec9fb 100644
|
| --- a/chrome/service/cloud_print/print_system_win.cc
|
| +++ b/chrome/service/cloud_print/print_system_win.cc
|
| @@ -35,8 +35,7 @@ namespace {
|
| class PrintSystemWatcherWin : public base::win::ObjectWatcher::Delegate {
|
| public:
|
| PrintSystemWatcherWin()
|
| - : delegate_(NULL),
|
| - did_signal_(false) {
|
| + : delegate_(NULL) {
|
| }
|
| ~PrintSystemWatcherWin() override { Stop(); }
|
|
|
| @@ -121,7 +120,6 @@ class PrintSystemWatcherWin : public base::win::ObjectWatcher::Delegate {
|
| // Returned by FindFirstPrinterChangeNotifier.
|
| printing::ScopedPrinterChangeHandle printer_change_;
|
| Delegate* delegate_; // Delegate to notify
|
| - bool did_signal_; // DoneWaiting was called
|
| std::string printer_info_; // For crash reporting.
|
| };
|
|
|
|
|