summaryrefslogtreecommitdiffstats
path: root/chromium/components/autofill/core/browser/test_autofill_external_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/browser/test_autofill_external_delegate.h')
-rw-r--r--chromium/components/autofill/core/browser/test_autofill_external_delegate.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/chromium/components/autofill/core/browser/test_autofill_external_delegate.h b/chromium/components/autofill/core/browser/test_autofill_external_delegate.h
deleted file mode 100644
index cc7bf73ee44..00000000000
--- a/chromium/components/autofill/core/browser/test_autofill_external_delegate.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
-#define COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
-
-#include "components/autofill/core/browser/autofill_external_delegate.h"
-
-namespace autofill {
-
-class AutofillManager;
-
-// Calls the required functions on the given external delegate to cause the
-// delegate to display a popup.
-void GenerateTestAutofillPopup(
- AutofillExternalDelegate* autofill_external_delegate);
-
-} // namespace autofill
-
-#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_