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

Side by Side Diff: components/autofill/browser/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/autofill/test_autofill_manager_delegate.h" 5 #include "components/autofill/browser/test_autofill_manager_delegate.h"
6 6
7 namespace autofill { 7 namespace autofill {
8 8
9 TestAutofillManagerDelegate::TestAutofillManagerDelegate() {} 9 TestAutofillManagerDelegate::TestAutofillManagerDelegate() {}
10 TestAutofillManagerDelegate::~TestAutofillManagerDelegate() {} 10 TestAutofillManagerDelegate::~TestAutofillManagerDelegate() {}
11 11
12 PersonalDataManager* TestAutofillManagerDelegate::GetPersonalDataManager() { 12 PersonalDataManager* TestAutofillManagerDelegate::GetPersonalDataManager() {
13 return NULL; 13 return NULL;
14 } 14 }
15 15
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 const std::vector<string16>& labels, 65 const std::vector<string16>& labels,
66 const std::vector<string16>& icons, 66 const std::vector<string16>& icons,
67 const std::vector<int>& identifiers, 67 const std::vector<int>& identifiers,
68 AutofillPopupDelegate* delegate) {} 68 AutofillPopupDelegate* delegate) {}
69 69
70 void TestAutofillManagerDelegate::HideAutofillPopup() {} 70 void TestAutofillManagerDelegate::HideAutofillPopup() {}
71 71
72 void TestAutofillManagerDelegate::UpdateProgressBar(double value) {} 72 void TestAutofillManagerDelegate::UpdateProgressBar(double value) {}
73 73
74 } // namespace autofill 74 } // namespace autofill
OLDNEW
« no previous file with comments | « components/autofill/browser/test_autofill_manager_delegate.h ('k') | components/autofill/browser/validation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698