From 6aec8932ddfb5771d227a2103e93b9e67de2170a Mon Sep 17 00:00:00 2001 From: "csharp@chromium.org" Date: Wed, 3 Jul 2013 15:04:40 +0000 Subject: [Autofill] Remove IsNativeUiEnabled The native UI is now always on and the flag to revert to the old UI has been removed, so this will now always be true. TBR=isherman@chromium.org BUG=255625 Review URL: https://chromiumcodereview.appspot.com/18173006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209984 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/autofill/password_autofill_agent_browsertest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/renderer') diff --git a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc index 5b03d59..dcc3574 100644 --- a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc +++ b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc @@ -65,7 +65,7 @@ class PasswordAutofillAgentTest : public ChromeRenderViewTest { // protected. void SimulateOnFillPasswordForm( const PasswordFormFillData& fill_data) { - AutofillMsg_FillPasswordForm msg(0, fill_data, false); + AutofillMsg_FillPasswordForm msg(0, fill_data); password_autofill_->OnMessageReceived(msg); } -- cgit v1.1