Chromium Code Reviews| Index: chrome/browser/extensions/extension_function_dispatcher.cc |
| =================================================================== |
| --- chrome/browser/extensions/extension_function_dispatcher.cc (revision 93731) |
| +++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy) |
| @@ -347,7 +347,8 @@ |
| RegisterFunction<RemoveFileWatchBrowserFunction>(); |
| RegisterFunction<SelectFileFunction>(); |
| RegisterFunction<SelectFilesFunction>(); |
| - RegisterFunction<UnmountVolumeFunction>(); |
| + RegisterFunction<AddMountFunction>(); |
| + RegisterFunction<RemoveMountFunction>(); |
|
zel
2011/07/22 23:51:23
GetMountPointsFunction is missing
|
| RegisterFunction<ViewFilesFunction>(); |
| // Mediaplayer |