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

Unified Diff: chrome/browser/autofill/test_autofill_external_delegate.cc

Issue 12340065: Move the UI related code from AutofillExternalDelegate to AutofillManagerDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try to fix AutofillTest.DisableAutocompleteWhileFilling Created 7 years, 10 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/autofill/test_autofill_external_delegate.cc
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.cc b/chrome/browser/autofill/test_autofill_external_delegate.cc
index 7bbdc239793e25beb531df3dca8bd38c6b7f2c89..ef56594bdd8d4e4278110c05244bc081e2d51f33 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate.cc
+++ b/chrome/browser/autofill/test_autofill_external_delegate.cc
@@ -26,26 +26,4 @@ void GenerateTestAutofillPopup(
query_id, autofill_item, autofill_item, autofill_item, autofill_id);
}
-TestAutofillExternalDelegate::TestAutofillExternalDelegate(
- content::WebContents* web_contents,
- AutofillManager* autofill_manager)
- : AutofillExternalDelegate(web_contents, autofill_manager) {
- // Initialize Controller.
- const gfx::RectF element_bounds;
- AutofillExternalDelegate::EnsurePopupForElement(element_bounds);
-}
-
-TestAutofillExternalDelegate::~TestAutofillExternalDelegate() {}
-
-void TestAutofillExternalDelegate::ApplyAutofillSuggestions(
- const std::vector<string16>& autofill_values,
- const std::vector<string16>& autofill_labels,
- const std::vector<string16>& autofill_icons,
- const std::vector<int>& autofill_unique_ids) {}
-
-void TestAutofillExternalDelegate::HideAutofillPopup() {}
-
-void TestAutofillExternalDelegate::EnsurePopupForElement(
- const gfx::RectF& element_bounds) {}
-
} // namespace autofill
« no previous file with comments | « chrome/browser/autofill/test_autofill_external_delegate.h ('k') | chrome/browser/autofill/test_autofill_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698