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

Unified Diff: chrome/browser/renderer_host/database_dispatcher_host.h

Issue 174232: Chromium side patch for DB support on Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Final version, including changes to the DEPS file. Created 11 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
« no previous file with comments | « base/platform_file_win.cc ('k') | chrome/browser/renderer_host/database_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/database_dispatcher_host.h
===================================================================
--- chrome/browser/renderer_host/database_dispatcher_host.h (revision 24791)
+++ chrome/browser/renderer_host/database_dispatcher_host.h (working copy)
@@ -28,7 +28,7 @@
void OnDatabaseOpenFile(const FilePath& file_name,
int desired_flags, int32 message_id);
// Processes the request to delete the given DB file.
- void OnDatabaseDeleteFile(const FilePath& file_name,
+ void OnDatabaseDeleteFile(const FilePath& file_name, const bool& sync_dir,
int32 message_id);
// Processes the request to return the attributes of the given DB file.
void OnDatabaseGetFileAttributes(const FilePath& file_name,
« no previous file with comments | « base/platform_file_win.cc ('k') | chrome/browser/renderer_host/database_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698