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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerAndroid.java

Issue 1243273002: Revert: Reland: Move autofill tests chrome ChromeShellTest to ChromePublicTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResult.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerAndroid.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerAndroid.java b/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerAndroid.java
index 0ab793aad683a376e31d0ef65e2871625273df6b..e266d74f939ebbf590ddd05f4bf5748b13354235 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerAndroid.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerAndroid.java
@@ -28,7 +28,6 @@ public class AutofillDialogControllerAndroid {
/**
* Cancels the requestAutocomplete.
*/
- @VisibleForTesting
void dialogCancel();
/**
@@ -40,7 +39,6 @@ public class AutofillDialogControllerAndroid {
* @param guidLastUsedShipping GUID of the last selected Autofill shipping address, or null
* @param guidLastUsedCard GUID of the last selected Autofill credit card, or null
*/
- @VisibleForTesting
void dialogContinue(
AutofillDialogResult.ResultWallet fullWallet,
boolean lastUsedChoiceIsAutofill, String lastUsedAccountName,
@@ -102,7 +100,6 @@ public class AutofillDialogControllerAndroid {
* Sets the factory to be used.
* @param factory An instance of the AutofillDialogFactory that will handle requests.
*/
- @VisibleForTesting
public static void setDialogFactory(AutofillDialogFactory factory) {
sDialogFactory = factory;
}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogResult.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698