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

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

Issue 1457793002: [Autofill] No longer pass FormStructure pointers in ParseQueryResponse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: initial Created 5 years, 1 month 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 f1ab96d8965732b24ad36b63ceecfd8af2ac735f..c67d10fecf5d5ed66085f46f0737906dc5fc04aa 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -248,7 +248,7 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// AutofillDownloadManager::Observer:
void OnLoadedServerPredictions(
const std::string& response_xml,
- const std::vector<FormStructure*>& queried_forms) override;
+ const std::vector<std::string>& form_signatures) override;
// CardUnmaskDelegate:
void OnUnmaskResponse(const UnmaskResponse& response) override;

Powered by Google App Engine
This is Rietveld 408576698