| Index: remoting/host/setup/win/auth_code_getter.h
|
| diff --git a/remoting/host/setup/win/auth_code_getter.h b/remoting/host/setup/win/auth_code_getter.h
|
| index 2e09922b7d766cd623f53faebf4adbe835b1c908..5cb9d81e67604bd43bf4e929ce183e4b064337ac 100644
|
| --- a/remoting/host/setup/win/auth_code_getter.h
|
| +++ b/remoting/host/setup/win/auth_code_getter.h
|
| @@ -43,8 +43,6 @@ class AuthCodeGetter : public base::NonThreadSafe {
|
| base::Callback<void(const std::string&)> on_auth_code_;
|
| // The browser through which the user requests an authorization code.
|
| base::win::ScopedComPtr<IWebBrowser2, &IID_IWebBrowser2> browser_;
|
| - // Whether the browser is running.
|
| - bool browser_running_;
|
| // A timer used to poll the browser's URL.
|
| base::OneShotTimer<AuthCodeGetter> timer_;
|
| // The interval at which the timer fires.
|
|
|