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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc

Issue 135933003: rAc: split TestableAutofillDialogView implementation into its own class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dont play with fire Created 6 years, 11 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/autofill_dialog_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index 0cced33ac28a4612777ec13d33f002612afc9948..46d8ba81f5f00319fde96054a7c0899f36aa0eb3 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -183,9 +183,6 @@ class TestAutofillDialogView : public AutofillDialogView {
OVERRIDE {
*output = outputs_[section];
}
- virtual TestableAutofillDialogView* GetTestableView() OVERRIDE {
- return NULL;
- }
virtual base::string16 GetCvc() OVERRIDE { return base::string16(); }
virtual bool HitTestInput(ServerFieldType type,

Powered by Google App Engine
This is Rietveld 408576698