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

Unified Diff: extensions/common/common_manifest_handlers.cc

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: 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();
}

Powered by Google App Engine
This is Rietveld 408576698