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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 11309014: File manager: support for zipping selected files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Define zip::ZipFileList method to internalize details with handling file lists. Created 8 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/utility/chrome_content_utility_client.h
diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
index 0aba6093c71bce4fdbed45b96693ab5a9a4e941f..6d866b48aae3f86f93c979ee16b3b2aa656c0ade 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -62,6 +62,8 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
void OnRobustJPEGDecodeImage(
const std::vector<unsigned char>& encoded_data);
void OnParseJSON(const std::string& json);
+ void OnCreateZipFile(const FilePath& dir_path, const FilePath& dest_path,
+ const std::vector<FilePath>& file_paths);
#if defined(OS_WIN)
// Helper method for Windows.

Powered by Google App Engine
This is Rietveld 408576698