Chromium Code Reviews| Index: chrome/android/javatests/res/xml/authenticator.xml |
| diff --git a/chrome/android/javatests/res/xml/authenticator.xml b/chrome/android/javatests/res/xml/authenticator.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a2993ee857353f5d3c9a4528fd30724cff4543fa |
| --- /dev/null |
| +++ b/chrome/android/javatests/res/xml/authenticator.xml |
| @@ -0,0 +1,4 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" |
| + android:accountType="com.example" |
| + android:label="@string/authenticator_name" /> |