From fbd98bcb114b7b7de5c814602f17125426775396 Mon Sep 17 00:00:00 2001 From: "wez@chromium.org" Date: Sat, 27 Oct 2012 03:43:19 +0000 Subject: Remove unused constant in IT2Me host implementation. Review URL: https://chromiumcodereview.appspot.com/11309016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164501 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/plugin/host_script_object.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'remoting/host') diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc index c4601f8..52b7cf3 100644 --- a/remoting/host/plugin/host_script_object.cc +++ b/remoting/host/plugin/host_script_object.cc @@ -76,11 +76,6 @@ const char* kAttrNameInvalidDomainError = "INVALID_DOMAIN_ERROR"; const int kMaxLoginAttempts = 5; -// We may need to have more than one task running at the same time -// (e.g. key generation and status update), yet unlikely to ever need -// more than 2 threads. -const int kMaxWorkerPoolThreads = 2; - } // namespace // Internal implementation of the plugin's It2Me host function. -- cgit v1.1