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

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

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mem leak Created 6 years 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/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 6a2b1aec4e9250f79b6a5d7f935c8bfbfcacfaa4..53adfd8c3c76e1629c2ff7d08d7a8964d1c4176b 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -73,6 +73,7 @@ bool TestAutofillClient::IsAutocompleteEnabled() {
}
void TestAutofillClient::DetectAccountCreationForms(
+ content::RenderFrameHost* rfh,
const std::vector<autofill::FormStructure*>& forms) {
}
@@ -81,4 +82,7 @@ void TestAutofillClient::DidFillOrPreviewField(
const base::string16& profile_full_name) {
}
+void TestAutofillClient::OnFirstUserGestureObserved() {
+}
+
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/test_autofill_client.h ('k') | components/autofill/core/browser/test_autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698