From f8ea339a938c7fada337261fafd48c823d4e91a4 Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Mon, 30 Aug 2010 08:51:11 +0000 Subject: Remove unused variable. BUG=None TEST=None CID=12579 Review URL: http://codereview.chromium.org/3136023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57842 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/service/remoting/remoting_directory_service.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'chrome/service') diff --git a/chrome/service/remoting/remoting_directory_service.h b/chrome/service/remoting/remoting_directory_service.h index 43807bd..2c9fc0f 100644 --- a/chrome/service/remoting/remoting_directory_service.h +++ b/chrome/service/remoting/remoting_directory_service.h @@ -31,7 +31,7 @@ class RemotingDirectoryService : public URLFetcher::Delegate { virtual void OnRemotingDirectoryError() {} }; - RemotingDirectoryService(Client* client); + explicit RemotingDirectoryService(Client* client); ~RemotingDirectoryService(); // Add this computer as host. Use the token for authentication. @@ -59,9 +59,6 @@ class RemotingDirectoryService : public URLFetcher::Delegate { Client* client_; scoped_ptr fetcher_; - // True if a URL request has made and response is pending. - bool request_pending_; - // Host key generated during host registration. scoped_ptr host_key_pair_; @@ -72,4 +69,4 @@ class RemotingDirectoryService : public URLFetcher::Delegate { DISALLOW_COPY_AND_ASSIGN(RemotingDirectoryService); }; -#endif // CHROME_SERVICE_REMOTING_REMOTING_DIRECTORY_SERVICE_H_ +#endif // CHROME_SERVICE_REMOTING_REMOTING_DIRECTORY_SERVICE_H_ -- cgit v1.1