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

Unified Diff: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h

Issue 487193003: Update Mac password generation autofill popup to match latest mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698