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..436c295758cc2711c319cfbe52002bf985ac68b5 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 jobs. |
| + long num_total_jobs; |
|
kinaba
2014/09/02 05:01:39
JobInfo is a structure to represent the status of
iseki
2014/09/02 10:01:42
Now, EventRouter can not call GetJobInfoList().siz
|
| }; |
| // Checks if |job_info| represents a job for currently active file transfer. |