Index: chrome/common/file_system/file_system_dispatcher.h |
=================================================================== |
--- chrome/common/file_system/file_system_dispatcher.h (revision 70108) |
+++ chrome/common/file_system/file_system_dispatcher.h (working copy) |
@@ -25,11 +25,12 @@ |
// Dispatches and sends file system related messages sent to/from a child |
// process from/to the main browser process. There is one instance |
// per child process. Messages are dispatched on the main child thread. |
-class FileSystemDispatcher { |
+class FileSystemDispatcher : public IPC::Channel::Listener { |
public: |
FileSystemDispatcher(); |
~FileSystemDispatcher(); |
+ // IPC::Channel::Listener implementation. |
bool OnMessageReceived(const IPC::Message& msg); |
bool OpenFileSystem(const GURL& origin_url, |