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

Unified Diff: services/device/README

Issue 2603553002: Ports VRService to be hosted in the device service.
Patch Set: Ports VRService to be hosted in the device service. Created 3 years, 11 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: services/device/README
diff --git a/services/device/README b/services/device/README
new file mode 100644
index 0000000000000000000000000000000000000000..1b57ea013cd1f11c17ce629c7d40e2fc9a93f109
--- /dev/null
+++ b/services/device/README
@@ -0,0 +1,8 @@
+We have one device service and it is hosted in the browser process now.
+Decoupling some of the sub-modules out of browser process is quite hard
+especially for those implementation for Android platform.
+
+One example is VR: The //chrome/browser/android/vr_shell/ uses //device/vr
+directly, while the corresponding Java layer code (VrShellImpl.java) has to
+live in browser process. So, VR is coupled to browser process. It is tracked
+by issue crbug.com/680518.

Powered by Google App Engine
This is Rietveld 408576698