Chromium Code Reviews| 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..5f4c380ecf19e72571ad13be6580d1f8a2e25f0a 100644 |
| --- a/chrome/browser/autofill/test_autofill_external_delegate.cc |
| +++ b/chrome/browser/autofill/test_autofill_external_delegate.cc |
| @@ -26,6 +26,7 @@ void GenerateTestAutofillPopup( |
| query_id, autofill_item, autofill_item, autofill_item, autofill_id); |
| } |
| +/* |
| TestAutofillExternalDelegate::TestAutofillExternalDelegate( |
| content::WebContents* web_contents, |
| AutofillManager* autofill_manager) |
| @@ -47,5 +48,6 @@ void TestAutofillExternalDelegate::HideAutofillPopup() {} |
| void TestAutofillExternalDelegate::EnsurePopupForElement( |
| const gfx::RectF& element_bounds) {} |
| + */ |
|
Ilya Sherman
2013/02/26 09:24:57
Here too, delete the code rather than commenting i
kaiwang
2013/02/26 22:18:40
Done.
|
| } // namespace autofill |