| 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;
|
| }
|
| }
|
|
|