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

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

Issue 7706028: This is UI side unreadable device support. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
index 9bba97e4fe52307f1e6212c4f10c35b8b79e35f7..daad74ed62de2153b8571ec4200c632d24b3988f 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.cc
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc
@@ -371,6 +371,7 @@ void FactoryRegistry::ResetFunctions() {
RegisterFunction<RemoveMountFunction>();
RegisterFunction<GetMountPointsFunction>();
RegisterFunction<FormatDeviceFunction>();
+ RegisterFunction<FormatUnmountedDeviceFunction>();
RegisterFunction<ViewFilesFunction>();
// Mediaplayer

Powered by Google App Engine
This is Rietveld 408576698