| 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.
|
|
|