| Index: chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| index 3e0074833baa7122663f3c4993224c8170756086..8e5d4ccdf4a78d645b2456d3ddd3e57cdc1f315b 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| @@ -48,6 +48,8 @@ class AutofillProfileDataTypeController
|
| void WebDatabaseLoaded();
|
|
|
| autofill::PersonalDataManager* personal_data_;
|
| +
|
| + // Flag to ensure we don't register the WebDB callback multiple times.
|
| bool callback_registered_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutofillProfileDataTypeController);
|
|
|