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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 We have one device service and it is hosted in the browser process now.
2 Decoupling some of the sub-modules out of browser process is quite hard
3 especially for those implementation for Android platform.
4
5 One example is VR: The //chrome/browser/android/vr_shell/ uses //device/vr
6 directly, while the corresponding Java layer code (VrShellImpl.java) has to
7 live in browser process. So, VR is coupled to browser process. It is tracked
8 by issue crbug.com/680518.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698