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

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

Issue 12340065: Move the UI related code from AutofillExternalDelegate to AutofillManagerDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address most review comments and fix unit_tests 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.h
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/chrome/browser/autofill/test_autofill_external_delegate.h
index 10a845f7c7fd7503373974caea37ea11440b7297..5da0faf48f21b0852077a290894760770dd8455b 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate.h
+++ b/chrome/browser/autofill/test_autofill_external_delegate.h
@@ -16,6 +16,7 @@ namespace autofill {
void GenerateTestAutofillPopup(
AutofillExternalDelegate* autofill_external_delegate);
+/*
// This test class is meant to give tests a base AutofillExternalDelegate
// class that requires no additional work to compile with (i.e. all the
// pure virtual functions have been giving empty methods).
@@ -38,6 +39,7 @@ class TestAutofillExternalDelegate : public AutofillExternalDelegate {
private:
DISALLOW_COPY_AND_ASSIGN(TestAutofillExternalDelegate);
};
+*/
Ilya Sherman 2013/02/26 09:24:57 Please delete the code rather than commenting it o
kaiwang 2013/02/26 22:18:40 Done.
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698