Chromium Code Reviews| Index: chrome/browser/feedback/feedback_util.h |
| diff --git a/chrome/browser/feedback/feedback_util.h b/chrome/browser/feedback/feedback_util.h |
| index 1fc9e64e6793d7270e6808adf598de7d854b42f4..69385a9deef0675998d24f7feb0efc931e9b6b27 100644 |
| --- a/chrome/browser/feedback/feedback_util.h |
| +++ b/chrome/browser/feedback/feedback_util.h |
| @@ -38,6 +38,7 @@ namespace feedback_util { |
| void SendReport(scoped_refptr<FeedbackData> data); |
| bool ZipString(const base::FilePath& filename, |
| const std::string& data, std::string* compressed_data); |
| + bool ZipFile(const base::FilePath& filename, std::string* compressed_data); |
|
Zachary Kuznia
2013/11/15 23:21:36
You should put a comment noting that the file will
Xianzhu
2013/11/15 23:25:33
ZipFile deletes only the temporary zip file which
|
| } // namespace feedback_util |