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

Unified Diff: chrome/browser/file_system/file_system_dispatcher_host.h

Issue 3245010: Revert 57915 - Add final part of IPC plumbing for FileSystem API.... (Closed) Base URL: svn://svn.chromium.org/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
« no previous file with comments | « no previous file | chrome/browser/file_system/file_system_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/file_system/file_system_dispatcher_host.h
===================================================================
--- chrome/browser/file_system/file_system_dispatcher_host.h (revision 57922)
+++ chrome/browser/file_system/file_system_dispatcher_host.h (working copy)
@@ -32,28 +32,9 @@
int request_id,
const string16& src_path,
const string16& dest_path);
- void OnCopy(
- int request_id,
- const string16& src_path,
- const string16& dest_path);
- void OnRemove(
- int request_id,
- const string16& path);
- void OnReadMetadata(
- int request_id,
- const string16& path);
- void OnCreate(
- int request_id,
- const string16& path,
- bool exclusive,
- bool is_directory);
- void OnExists(
- int request_id,
- const string16& path,
- bool is_directory);
- void OnReadDirectory(
- int request_id,
- const string16& path);
+
+ // TODO(kinuko): add more methods.
+
void Send(IPC::Message* message);
private:
« no previous file with comments | « no previous file | chrome/browser/file_system/file_system_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698