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

Unified Diff: chrome/android/shared_preference_files/vr_ddview_skipdon_setupcomplete.json

Issue 2688913003: Add shared preference file modification option to instrumentation test runner (Closed)
Patch Set: Change to take a path to a file instead of hex-encoded data Created 3 years, 10 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: chrome/android/shared_preference_files/vr_ddview_skipdon_setupcomplete.json
diff --git a/chrome/android/shared_preference_files/vr_ddview_skipdon_setupcomplete.json b/chrome/android/shared_preference_files/vr_ddview_skipdon_setupcomplete.json
new file mode 100644
index 0000000000000000000000000000000000000000..a34bfb363a163db4534ad226c29ccf7119576ba0
--- /dev/null
+++ b/chrome/android/shared_preference_files/vr_ddview_skipdon_setupcomplete.json
@@ -0,0 +1,11 @@
+[
+ {
+ "package": "com.google.vr.vrcore",
+ "filename": "VrCoreSettings.xml",
+ "set": {
+ "VrSkipDon": true,
+ "DaydreamSetupComplete": true,
+ "VrDeviceParams": "CgxHb29nbGUsIEluYy4SDURheWRyZWFtIFZpZXcdCfkgPSUB3oI9KhAAAFxCAABcQgAAXEIAAFxCNd9PDT06CLgexT7Zzhc_WABgAJqRYBoIARIKDQAAAAAV9P3UPBIKDQAAAAAV9P3UvA"
+ }
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698