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

Unified Diff: components/autofill/core/browser/test_autofill_client.cc

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « components/autofill/core/browser/test_autofill_client.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index 3cebffa4078da37ba5b5edd7d6565f65d1cbdda9..0063e00cc7bbc99d621d7075cf4c790aa9f92cdb 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -42,9 +42,6 @@ rappor::RapporService* TestAutofillClient::GetRapporService() {
return rappor_service_.get();
}
-void TestAutofillClient::HideRequestAutocompleteDialog() {
-}
-
void TestAutofillClient::ShowAutofillSettings() {
}
@@ -82,12 +79,6 @@ void TestAutofillClient::ScanCreditCard(
const CreditCardScanCallback& callback) {
}
-void TestAutofillClient::ShowRequestAutocompleteDialog(
- const FormData& form,
- content::RenderFrameHost* rfh,
- const ResultCallback& callback) {
-}
-
void TestAutofillClient::ShowAutofillPopup(
const gfx::RectF& element_bounds,
base::i18n::TextDirection text_direction,
« no previous file with comments | « components/autofill/core/browser/test_autofill_client.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698