Chromium Code Reviews| Index: chrome/browser/chromeos/drive/job_list.h |
| diff --git a/chrome/browser/chromeos/drive/job_list.h b/chrome/browser/chromeos/drive/job_list.h |
| index ca6b53d6aaa6a074580cd2e380968f2f22bb2651..6a864d4c4261a61fe9560176cc4ce1d2878335c0 100644 |
| --- a/chrome/browser/chromeos/drive/job_list.h |
| +++ b/chrome/browser/chromeos/drive/job_list.h |
| @@ -89,6 +89,9 @@ struct JobInfo { |
| // Returns the string representation of the job info. |
| std::string ToString() const; |
| + |
| + // Total number of job. |
|
hirono
2014/08/29 03:34:16
nit: number of job -> number of jobs
iseki
2014/08/29 04:21:08
Done.
|
| + long num_total_jobs; |
| }; |
| // Checks if |job_info| represents a job for currently active file transfer. |