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

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: 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..6dc2b3f858f59433b21bae239478ad729865befa 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
@@ -52,7 +52,9 @@ class CardUnmaskPromptViewBridge : public CardUnmaskPromptView,
// Designated initializer. |bridge| must not be NULL.
- (id)initWithBridge:(autofill::CardUnmaskPromptViewBridge*)bridge;
-- (void)setInputsEnabled:(BOOL)enabled;
+- (void)setInputRowHidden:(BOOL)hidden;
+- (void)setProgressOverlayHidden:(BOOL)hidden;
groby-ooo-7-16 2015/03/18 07:10:05 Can we make do with a single entry point, instead
bondd 2015/03/18 22:01:39 Reduced it to one entry point as suggested. API is
+- (void)setProgressOverlayText:(const base::string16&)text;
- (void)updateVerifyButtonEnabled;
@end

Powered by Google App Engine
This is Rietveld 408576698