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

Unified Diff: webkit/database/vfs_backend.h

Issue 7044095: Hooking MHTML generation to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced 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
« no previous file with comments | « ppapi/proxy/proxy_channel.cc ('k') | webkit/database/vfs_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/vfs_backend.h
diff --git a/webkit/database/vfs_backend.h b/webkit/database/vfs_backend.h
index 99effc82d32fa065d8e62cb3582c06c214992fdc..d50047271b6e694304ea789817246e9f1f8cabbf 100644
--- a/webkit/database/vfs_backend.h
+++ b/webkit/database/vfs_backend.h
@@ -15,11 +15,6 @@ namespace webkit_database {
class VfsBackend {
public:
- static void GetFileHandleForProcess(base::ProcessHandle process_handle,
- const base::PlatformFile& file_handle,
- base::PlatformFile* target_handle,
- bool close_source_handle);
-
static void OpenFile(const FilePath& file_path,
int desired_flags,
base::PlatformFile* file_handle);
« no previous file with comments | « ppapi/proxy/proxy_channel.cc ('k') | webkit/database/vfs_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698