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

Unified Diff: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java

Issue 333003003: aw: Support the platform specific key-systems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added 'media/base/android/java' into android_webview/java/DEPS. 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/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java
index bfc81255ef7e88e834b02c3f9a9f90c0f8d9d89c..d086fe187784d88ee30052c98dae234ad8f70c87 100644
--- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java
@@ -25,6 +25,8 @@ public class AwShellResourceProvider {
AwResource.setDefaultTextEncoding(R.string.default_encoding);
+ AwResource.setConfigKeySystemUuidMapping(R.array.config_key_system_uuid_mapping);
+
sInitialized = true;
}
}

Powered by Google App Engine
This is Rietveld 408576698