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

Unified Diff: chrome/test/android/javatests/src/org/chromium/chrome/test/util/ChromeRestriction.java

Issue 2668003006: Add restriction for running tests only with Daydream View headset (Closed)
Patch Set: Address tedchoc@ comments 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
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/android/javatests/src/org/chromium/chrome/test/util/ChromeRestriction.java
diff --git a/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ChromeRestriction.java b/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ChromeRestriction.java
index 1c3a745e4437e66ab7522f1fa4e52316ae9e23ce..2f44fe9ccebaca1416207878e52b4eb6d37a6c35 100644
--- a/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ChromeRestriction.java
+++ b/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ChromeRestriction.java
@@ -21,4 +21,6 @@ public final class ChromeRestriction {
public static final String RESTRICTION_TYPE_DAYDREAM = "Daydream";
/** Specifies the test is only valid on a non-Daydream-ready device */
public static final String RESTRICTION_TYPE_NON_DAYDREAM = "Non-Daydream";
+ /** Specifies the test is only valid if the current VR viewer is Daydream View */
+ public static final String RESTRICTION_TYPE_DAYDREAM_VIEW = "Daydream_View";
}
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698