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

Unified Diff: base/platform_file_posix.cc

Issue 7044095: Hooking MHTML generation to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fixes Created 9 years, 6 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: base/platform_file_posix.cc
diff --git a/base/platform_file_posix.cc b/base/platform_file_posix.cc
index a1388d6c3a426f462b46b57c39e521a6019272e4..3a515e496e95eb09f3b5f0dd610e882e95e052c9 100644
--- a/base/platform_file_posix.cc
+++ b/base/platform_file_posix.cc
@@ -191,4 +191,10 @@ bool GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info) {
return true;
}
+PlatformFile GetFileHandleForProcess(PlatformFile file,
+ ProcessHandle process,
+ bool close_source_handle) {
+ return file;
+}
+
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698