| Index: extensions/common/common_manifest_handlers.cc
|
| diff --git a/extensions/common/common_manifest_handlers.cc b/extensions/common/common_manifest_handlers.cc
|
| index 95293215947b248282790b67c3595f6dc9db91c9..66d8770427ce3a2e8a8966f2e5456fc9f1bd124a 100644
|
| --- a/extensions/common/common_manifest_handlers.cc
|
| +++ b/extensions/common/common_manifest_handlers.cc
|
| @@ -54,7 +54,9 @@ void RegisterCommonManifestHandlers() {
|
| (new SandboxedPageHandler)->Register();
|
| (new SharedModuleHandler)->Register();
|
| (new SocketsManifestHandler)->Register();
|
| +#if !defined(OS_ANDROID)
|
| (new UsbPrinterManifestHandler)->Register();
|
| +#endif
|
| (new WebAccessibleResourcesHandler)->Register();
|
| (new WebviewHandler)->Register();
|
| }
|
|
|