Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3099)

Unified Diff: chrome/browser/feedback/feedback_util.h

Issue 67683003: Remove TraceController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
} // namespace feedback_util

Powered by Google App Engine
This is Rietveld 408576698