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

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: Rebase @ SVN 167426. 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..5d7a0a6963d30c433d6c47fe329436d987fb2d01 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -62,6 +62,9 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
void OnRobustJPEGDecodeImage(
const std::vector<unsigned char>& encoded_data);
void OnParseJSON(const std::string& json);
+ void OnCreateZipFile(const FilePath& src_dir,
+ const std::vector<FilePath>& src_relative_paths,
+ const FilePath& dest_file);
#if defined(OS_WIN)
// Helper method for Windows.

Powered by Google App Engine
This is Rietveld 408576698