| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_function_dispatcher.cc (revision 81212)
|
| +++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy)
|
| @@ -201,7 +201,9 @@
|
| // Processes.
|
| RegisterFunction<GetProcessIdForTabFunction>();
|
|
|
| - // Local filesystem.
|
| + // fileBrowserPrivate functions.
|
| + RegisterFunction<ExecuteTasksFileBrowserFunction>();
|
| + RegisterFunction<GetFileTasksFileBrowserFunction>();
|
| RegisterFunction<RequestLocalFileSystemFunction>();
|
|
|
| // Metrics.
|
|
|