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

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

Issue 983833004: Autofill OSX: Rename initWithWebContents -> initWithBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cup_03_add_contents_06
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
diff --git a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
index fb6ed4901af048a0a614484c7921fefa3a36e60b..022cad56065a70721dca96a413ac538e6174dfc2 100644
--- a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
+++ b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.h
@@ -47,15 +47,12 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
@interface CardUnmaskPromptViewCocoa : NSViewController<NSWindowDelegate> {
@private
- content::WebContents* webContents_;
-
// Owns |self|.
autofill::CardUnmaskPromptViewBridge* bridge_;
}
-// Designated initializer. |webContents| and |bridge| must not be NULL.
-- (id)initWithWebContents:(content::WebContents*)webContents
- bridge:(autofill::CardUnmaskPromptViewBridge*)bridge;
+// Designated initializer. |bridge| must not be NULL.
+- (id)initWithBridge:(autofill::CardUnmaskPromptViewBridge*)bridge;
// Closes the sheet and ends the modal loop.
- (IBAction)closeSheet:(id)sender;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698