summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service/service_process_control.cc
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-26 00:28:49 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-26 00:28:49 +0000
commitee600232878fc9537672d9648101a9eac9b1654e (patch)
tree9a3a1de60a2a033af11c448c7e0df944b1742128 /chrome/browser/service/service_process_control.cc
parentba1e71aad5db40bf499efbadd79e2e9745696e27 (diff)
downloadchromium_src-ee600232878fc9537672d9648101a9eac9b1654e.zip
chromium_src-ee600232878fc9537672d9648101a9eac9b1654e.tar.gz
chromium_src-ee600232878fc9537672d9648101a9eac9b1654e.tar.bz2
ServiceProcessControl: Remove redundant clears added in r107235.
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8396025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/service/service_process_control.cc')
-rw-r--r--chrome/browser/service/service_process_control.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc
index de257f6..399b389 100644
--- a/chrome/browser/service/service_process_control.cc
+++ b/chrome/browser/service/service_process_control.cc
@@ -21,7 +21,6 @@
#include "content/public/browser/notification_service.h"
#include "ui/base/ui_base_switches.h"
-
// ServiceProcessControl implementation.
ServiceProcessControl::ServiceProcessControl() {
}
@@ -64,11 +63,6 @@ void ServiceProcessControl::RunConnectDoneTasks() {
DCHECK(tasks.empty());
connect_success_tasks_.clear();
}
-
- // If the same callback is passed for both success and failure tasks, one
- // container or the other may not be empty.
- connect_success_tasks_.clear();
- connect_failure_tasks_.clear();
}
// static