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 de2d69992ff85813910ae92f4952a3b6143fe228..f2dfa69332f4cf5798f97c5e05b7deaffc76bd85 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. |
}; |