| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_function_dispatcher.cc (revision 96422)
|
| +++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy)
|
| @@ -369,6 +369,7 @@
|
| RegisterFunction<AddMountFunction>();
|
| RegisterFunction<RemoveMountFunction>();
|
| RegisterFunction<GetMountPointsFunction>();
|
| + RegisterFunction<FormatDeviceFunction>();
|
| RegisterFunction<ViewFilesFunction>();
|
|
|
| // Mediaplayer
|
|
|