| 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;
|
| };
|
|
|
| // Checks if |job_info| represents a job for currently active file transfer.
|
|
|