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

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

Issue 1014683007: Autofill OSX: Add "Verifying card" / "Your card is verified" status overlay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete dialog properly + simplify text height calculation. Created 5 years, 9 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/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 55f16667c321e2f08e9e96641d1f5e97152a6f90..b03818f929b2878cfb02b0a8fba0883896dece1d 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
@@ -42,6 +42,8 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
// The controller |this| queries for logic and state.
CardUnmaskPromptController* controller_;
+
+ base::WeakPtrFactory<CardUnmaskPromptViewBridge> weak_ptr_factory_;
};
} // autofill
@@ -52,8 +54,7 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
// Designated initializer. |bridge| must not be NULL.
- (id)initWithBridge:(autofill::CardUnmaskPromptViewBridge*)bridge;
-- (void)setInputsEnabled:(BOOL)enabled;
-- (void)updateVerifyButtonEnabled;
+- (void)setProgressOverlayText:(const base::string16&)text;
@end

Powered by Google App Engine
This is Rietveld 408576698