diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-27 03:43:19 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-27 03:43:19 +0000 |
commit | fbd98bcb114b7b7de5c814602f17125426775396 (patch) | |
tree | c7191a9b5ed9fbcb5958ee66946b77d590640e7e /remoting/host | |
parent | b1783e7fa75b3093280c47ec0c6c6536d4d55966 (diff) | |
download | chromium_src-fbd98bcb114b7b7de5c814602f17125426775396.zip chromium_src-fbd98bcb114b7b7de5c814602f17125426775396.tar.gz chromium_src-fbd98bcb114b7b7de5c814602f17125426775396.tar.bz2 |
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
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/plugin/host_script_object.cc | 5 |
1 files changed, 0 insertions, 5 deletions
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. |