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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java

Issue 333003003: aw: Support the platform specific key-systems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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: android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
index 3a1475a7553599363ba50a3ac1521804cec6328d..1d3d599fdacb15b9c6e8f5c703182be5da16f555 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/KeySystemTest.java
@@ -61,4 +61,10 @@ public class KeySystemTest extends AwTestBase {
public void testNotSupportFooKeySystem() throws Throwable {
assertEquals("\"\"", IsKeySystemSupported("com.foo.keysystem"));
}
+
+ @Feature({"AndroidWebView"})
+ @SmallTest
+ public void testSupportPlatformKeySystem() throws Throwable {
+ assertEquals("\"maybe\"", IsKeySystemSupported("com.oem.test-keysystem"));
+ }
}

Powered by Google App Engine
This is Rietveld 408576698