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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.h

Issue 135933003: rAc: split TestableAutofillDialogView implementation into its own class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with mac nits fixed 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_view.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
index d0747693533906846fc4aeb63e67b57803d6f5d9..764b0ba03c6b293ae10fcf101d085c6b05dce5d1 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
@@ -19,7 +19,6 @@ class Size;
namespace autofill {
class AutofillDialogViewDelegate;
-class TestableAutofillDialogView;
// An interface for the dialog that appears when a site initiates an Autofill
// action via the imperative autocomplete API.
@@ -98,10 +97,6 @@ class AutofillDialogView {
// Called when the active suggestions data model changed.
virtual void ModelChanged() = 0;
- // Returns an object that can be used to test that the view is behaving as
- // expected.
- virtual TestableAutofillDialogView* GetTestableView() = 0;
-
// Called by AutofillDialogSignInDelegate when the sign-in page experiences a
// resize. |pref_size| is the new preferred size of the sign-in page.
virtual void OnSignInResize(const gfx::Size& pref_size) = 0;
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698