| Index: chrome/renderer/autofill/password_generation_manager.h
|
| diff --git a/chrome/renderer/autofill/password_generation_manager.h b/chrome/renderer/autofill/password_generation_manager.h
|
| index c5fffa2368c78addd8fc741a0c9824599577858f..6e27205301456e62ec22dba0d9faf2c37b020d8e 100644
|
| --- a/chrome/renderer/autofill/password_generation_manager.h
|
| +++ b/chrome/renderer/autofill/password_generation_manager.h
|
| @@ -68,6 +68,8 @@ class PasswordGenerationManager : public content::RenderViewObserver,
|
| // Helper function to decide whether we should show password generation icon.
|
| void MaybeShowIcon();
|
|
|
| + content::RenderView* render_view_;
|
| +
|
| // True if password generation is enabled for the profile associated
|
| // with this renderer.
|
| bool enabled_;
|
|
|