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

Unified Diff: chrome/browser/renderer_host/redirect_to_file_resource_handler.cc

Issue 3165050: Change the FileUtilProxy callbacks to report error codes instead of booleans.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months 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/renderer_host/redirect_to_file_resource_handler.cc
===================================================================
--- chrome/browser/renderer_host/redirect_to_file_resource_handler.cc (revision 56938)
+++ chrome/browser/renderer_host/redirect_to_file_resource_handler.cc (working copy)
@@ -153,6 +153,7 @@
}
void RedirectToFileResourceHandler::DidCreateTemporaryFile(
+ int /*error_code*/,
base::PassPlatformFile file_handle,
FilePath file_path) {
file_path_ = file_path;
« base/platform_file.h ('K') | « chrome/browser/renderer_host/redirect_to_file_resource_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698