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

Unified Diff: chrome/browser/autofill/test_autofill_manager_delegate.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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
« no previous file with comments | « chrome/browser/autofill/test_autofill_manager_delegate.h ('k') | chrome/browser/autofill/validation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/test_autofill_manager_delegate.cc
diff --git a/chrome/browser/autofill/test_autofill_manager_delegate.cc b/chrome/browser/autofill/test_autofill_manager_delegate.cc
deleted file mode 100644
index 06f7caefbdaaaf7a37dc07421dab3091846ef917..0000000000000000000000000000000000000000
--- a/chrome/browser/autofill/test_autofill_manager_delegate.cc
+++ /dev/null
@@ -1,74 +0,0 @@
-// Copyright (c) 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.
-
-#include "chrome/browser/autofill/test_autofill_manager_delegate.h"
-
-namespace autofill {
-
-TestAutofillManagerDelegate::TestAutofillManagerDelegate() {}
-TestAutofillManagerDelegate::~TestAutofillManagerDelegate() {}
-
-PersonalDataManager* TestAutofillManagerDelegate::GetPersonalDataManager() {
- return NULL;
-}
-
-PrefService* TestAutofillManagerDelegate::GetPrefs() {
- return NULL;
-}
-
-void TestAutofillManagerDelegate::HideRequestAutocompleteDialog() {}
-
-bool TestAutofillManagerDelegate::IsSavingPasswordsEnabled() const {
- return false;
-}
-
-bool TestAutofillManagerDelegate::IsPasswordSyncEnabled() const {
- return false;
-}
-
-void TestAutofillManagerDelegate::SetSyncStateChangedCallback(
- const base::Closure& callback) { }
-
-void TestAutofillManagerDelegate::OnAutocheckoutError() {}
-
-void TestAutofillManagerDelegate::ShowAutofillSettings() {}
-
-void TestAutofillManagerDelegate::ConfirmSaveCreditCard(
- const AutofillMetrics& metric_logger,
- const CreditCard& credit_card,
- const base::Closure& save_card_callback) {}
-
-void TestAutofillManagerDelegate::ShowPasswordGenerationBubble(
- const gfx::Rect& bounds,
- const content::PasswordForm& form,
- autofill::PasswordGenerator* generator) {}
-
-void TestAutofillManagerDelegate::ShowAutocheckoutBubble(
- const gfx::RectF& bounding_box,
- const gfx::NativeView& native_view,
- const base::Closure& callback) {}
-
-void TestAutofillManagerDelegate::ShowRequestAutocompleteDialog(
- const FormData& form,
- const GURL& source_url,
- const content::SSLStatus& ssl_status,
- const AutofillMetrics& metric_logger,
- DialogType dialog_type,
- const base::Callback<void(const FormStructure*)>& callback) {}
-
-void TestAutofillManagerDelegate::RequestAutocompleteDialogClosed() {}
-
-void TestAutofillManagerDelegate::ShowAutofillPopup(
- const gfx::RectF& element_bounds,
- const std::vector<string16>& values,
- const std::vector<string16>& labels,
- const std::vector<string16>& icons,
- const std::vector<int>& identifiers,
- AutofillPopupDelegate* delegate) {}
-
-void TestAutofillManagerDelegate::HideAutofillPopup() {}
-
-void TestAutofillManagerDelegate::UpdateProgressBar(double value) {}
-
-} // namespace autofill
« no previous file with comments | « chrome/browser/autofill/test_autofill_manager_delegate.h ('k') | chrome/browser/autofill/validation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698