| Index: components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
|
| diff --git a/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java b/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
|
| index b00ed61df298eb2a543c98a3390a931fa6f76f67..e83b867b2fee4a63b6459f92fe82d208c9efec07 100644
|
| --- a/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
|
| +++ b/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/PersonalAutofillPopulator.java
|
| @@ -6,31 +6,16 @@
|
|
|
| package org.chromium.components.browser.autofill;
|
|
|
| -import android.app.Activity;
|
| -import android.content.ContentProviderOperation;
|
| import android.content.ContentResolver;
|
| import android.content.Context;
|
| -import android.content.OperationApplicationException;
|
| import android.content.pm.PackageManager;
|
| import android.database.Cursor;
|
| -import android.database.DatabaseUtils;
|
| import android.net.Uri;
|
| -import android.os.Bundle;
|
| -import android.os.RemoteException;
|
| -import android.provider.ContactsContract.CommonDataKinds.Phone;
|
| -import android.provider.ContactsContract.Profile;
|
| import android.provider.ContactsContract;
|
| -import android.util.Log;
|
| -import android.view.View.OnClickListener;
|
| -import android.view.View;
|
| -import android.widget.Button;
|
| -import android.widget.Toast;
|
|
|
| import org.chromium.base.CalledByNative;
|
| import org.chromium.base.JNINamespace;
|
|
|
| -import java.util.ArrayList;
|
| -
|
| /**
|
| * Loads user profile information stored under the "Me" contact.
|
| * Requires permissions: READ_CONTACTS and READ_PROFILE.
|
|
|