Chromium Code Reviews| Index: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
| diff --git a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
| index f4a7fe8ee4efbc141410ac59982c3867ac9ca374..203592e9819e8561c3be330eeafd596f4dff3039 100644 |
| --- a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
| +++ b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
| @@ -40,6 +40,9 @@ class PasswordGenerationPopupViewBridge : public PasswordGenerationPopupView { |
| // The native Cocoa view. |
| base::scoped_nsobject<PasswordGenerationPopupViewCocoa> view_; |
| + // The cross-platform controller. |
| + PasswordGenerationPopupController* controller_; // weak |
|
Ilya Sherman
2014/08/19 22:32:17
Where is this used?
dconnelly
2014/08/20 17:07:05
It's not. Forgot to remove. Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(PasswordGenerationPopupViewBridge); |
| }; |