From dd1f9fe143f20d4be760c44c974351e8c9aaca6d Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Tue, 15 Nov 2011 23:36:30 +0000 Subject: base: Refactor PendingTask out of MessageLoop. Also removes copy/pasted instances of this class. BUG=none TEST=none R=willchan@chromium.org Review URL: http://codereview.chromium.org/8565024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110206 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/service/cloud_print/cloud_print_connector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/service') diff --git a/chrome/service/cloud_print/cloud_print_connector.h b/chrome/service/cloud_print/cloud_print_connector.h index ee94d4b..02493fb 100644 --- a/chrome/service/cloud_print/cloud_print_connector.h +++ b/chrome/service/cloud_print/cloud_print_connector.h @@ -126,6 +126,7 @@ class CloudPrintConnector PENDING_PRINTER_DELETE }; + // TODO(jhawkins): This name conflicts with base::PendingTask. struct PendingTask { PendingTaskType type; // Optional members, depending on type. -- cgit v1.1