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

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

Issue 12457033: Implements SendAutocheckoutStatus API calls for stats tracking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing unit tests Created 7 years, 9 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/browser/autofill_manager.h
diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
index ad710681b3ff1e6bb0af7e20993aa32022a5df95..fae3984f14f74c1fdfcfe5e68ed54ed7e39cad0b 100644
--- a/components/autofill/browser/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.h
@@ -122,7 +122,8 @@ class AutofillManager : public content::WebContentsObserver,
const FormData& form,
const GURL& source_url,
autofill::DialogType dialog_type,
- const base::Callback<void(const FormStructure*)>& callback);
+ const base::Callback<void(const FormStructure*,
+ const std::string&)>& callback);
// Happens when the autocomplete dialog runs its callback when being closed.
void RequestAutocompleteDialogClosed();
@@ -267,7 +268,8 @@ class AutofillManager : public content::WebContentsObserver,
const GURL& frame_url);
// Passes return data for an OnRequestAutocomplete call back to the page.
- void ReturnAutocompleteData(const FormStructure* result);
+ void ReturnAutocompleteData(const FormStructure* result,
+ const std::string& unused_transaction_id);
// Called to signal clicking an element failed in some way during an
// Autocheckout flow.
« no previous file with comments | « components/autofill/browser/autocheckout_request_manager.cc ('k') | components/autofill/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698