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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 61643015: Adds imageWriterPrivate support for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorganization and test updates. 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/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 d23602f14ac227a1f40062b5271cb466074e3e30..8c642f90efb079b89228bb8ee225ed03d30903aa 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -108,6 +108,9 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
const std::vector<picasa::FolderINIContents>& folders_inis);
#endif // defined(OS_WIN) || defined(OS_MACOSX)
+ void OnWriteImage(const base::FilePath& source,
+ const base::FilePath& target);
+
typedef ScopedVector<UtilityMessageHandler> Handlers;
Handlers handlers_;

Powered by Google App Engine
This is Rietveld 408576698