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

Unified Diff: components/autofill/core/browser/personal_data_manager.h

Issue 819193003: Fix list focus after tab key in chrome://settings/autofillEditAddress page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add skip_ok_button for Windows and ChromeOS. Created 5 years, 10 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: components/autofill/core/browser/personal_data_manager.h
diff --git a/components/autofill/core/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
index ef66ce6f6db03137628d0326c3dab4a5fefea5bb..22f612b9817e77e62f5c84aa741a662840607994 100644
--- a/components/autofill/core/browser/personal_data_manager.h
+++ b/components/autofill/core/browser/personal_data_manager.h
@@ -23,6 +23,7 @@
#include "components/keyed_service/core/keyed_service.h"
#include "components/webdata/common/web_data_service_consumer.h"
+class Browser;
class PrefService;
class RemoveAutofillTester;
@@ -237,6 +238,8 @@ class PersonalDataManager : public KeyedService,
int, std::vector<autofill::AutofillProfile>*);
friend void autofill_helper::SetCreditCards(
int, std::vector<autofill::CreditCard>*);
+ friend void SetTestProfiles(
+ Browser* browser, std::vector<AutofillProfile>* profiles);
// Sets |web_profiles_| to the contents of |profiles| and updates the web
// database by adding, updating and removing profiles.

Powered by Google App Engine
This is Rietveld 408576698