Chromium Code Reviews| Index: chrome/browser/chromeos/login/screens/controller_pairing_screen.h |
| diff --git a/chrome/browser/chromeos/login/screens/controller_pairing_screen.h b/chrome/browser/chromeos/login/screens/controller_pairing_screen.h |
| index cd66be696e813118fe7b41a52e3a1704f1343194..64134ca648bee681744522359bf215dd22feee62 100644 |
| --- a/chrome/browser/chromeos/login/screens/controller_pairing_screen.h |
| +++ b/chrome/browser/chromeos/login/screens/controller_pairing_screen.h |
| @@ -55,6 +55,7 @@ class ControllerPairingScreen : |
| // Controller performing pairing. Owned by the wizard controller. |
| pairing_chromeos::ControllerPairingController* controller_; |
| + bool observing_controller_; |
|
achuithb
2014/09/09 09:02:02
Looks like we don't need this? It's only used befo
Zachary Kuznia
2014/09/09 23:53:58
Aye, I thought it asserted there was an observer.
|
| // Current stage of pairing process. |
| Stage current_stage_; |