Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: remoting/host/setup/win/auth_code_getter.h

Issue 11343050: [Chromoting] Make the AuthCodeGetter component of the Windows host configurer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a simpler idiom. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/setup/win/auth_code_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | remoting/host/setup/win/auth_code_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698