| Index: remoting/host/setup/win/auth_code_getter.cc
|
| diff --git a/remoting/host/setup/win/auth_code_getter.cc b/remoting/host/setup/win/auth_code_getter.cc
|
| index 4e51e587ce7e18a65d53923b4ca661090d1021cd..8396027c751fbc28ee4efebc94818a63b8f1894a 100644
|
| --- a/remoting/host/setup/win/auth_code_getter.cc
|
| +++ b/remoting/host/setup/win/auth_code_getter.cc
|
| @@ -24,6 +24,7 @@ AuthCodeGetter::AuthCodeGetter() :
|
| }
|
|
|
| AuthCodeGetter::~AuthCodeGetter() {
|
| + DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
|
| KillBrowser();
|
| }
|
|
|
|
|