Chromium Code Reviews| Index: components/upload_list/upload_list.h |
| diff --git a/components/upload_list/upload_list.h b/components/upload_list/upload_list.h |
| index f324d561b3cb010bda0c2b04fd44e9379e1f1c3c..f8c705ebe4d251eb3fe1eac801ace514657b295e 100644 |
| --- a/components/upload_list/upload_list.h |
| +++ b/components/upload_list/upload_list.h |
| @@ -95,6 +95,8 @@ class UploadList : public base::RefCountedThreadSafe<UploadList> { |
| // Reads the upload log and stores the entries in |uploads|. |
| virtual void LoadUploadList(std::vector<UploadInfo>* uploads); |
| + const base::FilePath& upload_log_path(); |
|
Lei Zhang
2016/09/02 21:35:18
Make the method const.
gayane -on leave until 09-2017
2016/09/07 15:18:49
Done.
|
| + |
| private: |
| friend class base::RefCountedThreadSafe<UploadList>; |