| Index: third_party/gvr-android-sdk/README.chromium
 | 
| diff --git a/third_party/gvr-android-sdk/README.chromium b/third_party/gvr-android-sdk/README.chromium
 | 
| index 07a9e796664ae794771125f1651ae562c0a7fe80..4edc3bc206ab2f43940514393a9df6fd963af931 100644
 | 
| --- a/third_party/gvr-android-sdk/README.chromium
 | 
| +++ b/third_party/gvr-android-sdk/README.chromium
 | 
| @@ -25,3 +25,9 @@ All JNI calls in the static library also needs to be manually registered. So
 | 
|  we have 3 jni related files. These files were generated by
 | 
|  base/android/jni_generator/jni_generator.py from Java files. Modifications to
 | 
|  these generated files are documented in the files.
 | 
| +In order to run automated end-to-end tests on VR features, VR Services
 | 
| +(com.google.vr.vrcore) and in some cases Daydream Home
 | 
| +(com.google.android.vr.home) need to be installed before running tests. These
 | 
| +are downloaded into test-apks/vr_services and test-apks/daydream_home,
 | 
| +respectively. The downloaded APKs are the release APKs that are or were
 | 
| +publicly available via the Play Store.
 | 
| 
 |