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

Unified Diff: chrome/browser/ui/autofill/tab_autofill_manager_delegate.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: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
index fcc73beb78c6f660f5aa79f17f848e76aa1d2316..af01b087cbb8ba9b93931d566091e2cf43403438 100644
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
@@ -66,7 +66,8 @@ class TabAutofillManagerDelegate
const GURL& source_url,
const AutofillMetrics& metric_logger,
DialogType dialog_type,
- const base::Callback<void(const FormStructure*)>& callback) OVERRIDE;
+ const base::Callback<void(const FormStructure*,
+ const std::string&)>& callback) OVERRIDE;
virtual void RequestAutocompleteDialogClosed() OVERRIDE;
virtual void ShowAutofillPopup(const gfx::RectF& element_bounds,
const std::vector<string16>& values,

Powered by Google App Engine
This is Rietveld 408576698