diff options
Diffstat (limited to 'chrome/browser/feedback/feedback_util.h')
-rw-r--r-- | chrome/browser/feedback/feedback_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/feedback/feedback_util.h b/chrome/browser/feedback/feedback_util.h index 1fc9e64..69385a9 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); } // namespace feedback_util |