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

Unified Diff: components/autofill/core/browser/autofill_manager.h

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
Index: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index e5ce59233e21d5cd8bd0cd36c721c94d080870de..12b972a0082f5eecd0aecca6e021fa003a5e2bc0 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -134,9 +134,6 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// Returns the present form structures seen by Autofill manager.
const std::vector<FormStructure*>& GetFormStructures();
- // Happens when the autocomplete dialog runs its callback when being closed.
- void RequestAutocompleteDialogClosed();
-
AutofillClient* client() { return client_; }
AutofillDownloadManager* download_manager() {
« no previous file with comments | « components/autofill/core/browser/autofill_client.h ('k') | components/autofill/core/browser/autofill_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698