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

Unified Diff: chrome/common/extensions/chrome_manifest_handlers.cc

Issue 1077823005: Declare providing extension capabilities in the manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 7 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/common/extensions/chrome_manifest_handlers.cc
diff --git a/chrome/common/extensions/chrome_manifest_handlers.cc b/chrome/common/extensions/chrome_manifest_handlers.cc
index 2bb54c8676514e69bc54fc32fec1ecef9c5d620f..3e1ca067ce2b04318d1d36f4d76a6e7870b4ad37 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -31,6 +31,7 @@
#if defined(OS_CHROMEOS)
#include "chrome/common/extensions/api/file_browser_handlers/file_browser_handler.h"
+#include "chrome/common/extensions/api/file_system_provider/file_system_provider_handler.h"
#include "chrome/common/extensions/api/input_ime/input_components_handler.h"
#endif
@@ -67,6 +68,7 @@ void RegisterChromeManifestHandlers() {
(new URLOverridesHandler)->Register();
#if defined(OS_CHROMEOS)
(new FileBrowserHandlerParser)->Register();
+ (new FileSystemProviderHandler)->Register();
(new InputComponentsHandler)->Register();
#endif
}
« no previous file with comments | « chrome/common/extensions/api/manifest_types.json ('k') | chrome/test/data/extensions/api_test/file_browser/mount_test/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698