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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.cc

Issue 7457001: Adding support for mount point different from removable devices to MountLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
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,9 @@
RegisterFunction<RemoveFileWatchBrowserFunction>();
RegisterFunction<SelectFileFunction>();
RegisterFunction<SelectFilesFunction>();
- RegisterFunction<UnmountVolumeFunction>();
+ RegisterFunction<AddMountFunction>();
+ RegisterFunction<RemoveMountFunction>();
+ RegisterFunction<GetMountPointsFunction>();
RegisterFunction<ViewFilesFunction>();
// Mediaplayer

Powered by Google App Engine
This is Rietveld 408576698