Index: chrome/browser/chromeos/drive/job_queue.h |
diff --git a/chrome/browser/chromeos/drive/job_queue.h b/chrome/browser/chromeos/drive/job_queue.h |
index 0659ce992d6134976a4d11ce2d710ed5fe5df0ae..3fcba94ce70e694d9e2a8ca78b1737f24f505f78 100644 |
--- a/chrome/browser/chromeos/drive/job_queue.h |
+++ b/chrome/browser/chromeos/drive/job_queue.h |
@@ -46,6 +46,9 @@ class JobQueue { |
// Gets the total number of jobs in the queue. |
size_t GetNumberOfJobs() const; |
+ // Removes the job from the queue. |
+ void Remove(JobID id); |
+ |
private: |
size_t num_max_concurrent_jobs_; |
std::vector<std::deque<JobID> > queue_; |