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

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

Issue 23674004: [rAC, OSX] Add overlay shield for interstitials/waits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow animated overlays. Created 7 years, 3 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/autofill_dialog_cocoa.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
index 4a4c3975626b4b6053f926d1574a2e6df1e9b5c8..f6be09ad94d55983b27c489e13912ee635838cc1 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
@@ -25,8 +25,9 @@ namespace autofill {
@class AutofillAccountChooser;
@class AutofillDialogWindowController;
-@class AutofillSignInContainer;
@class AutofillMainContainer;
+@class AutofillOverlayController;
+@class AutofillSignInContainer;
namespace autofill {
@@ -110,6 +111,7 @@ class AutofillDialogCocoa : public AutofillDialogView,
base::scoped_nsobject<AutofillMainContainer> mainContainer_;
base::scoped_nsobject<AutofillSignInContainer> signInContainer_;
base::scoped_nsobject<AutofillAccountChooser> accountChooser_;
+ base::scoped_nsobject<AutofillOverlayController> overlayController_;
base::scoped_nsobject<NSTextField> loadingShieldTextField_;
}
@@ -128,9 +130,11 @@ class AutofillDialogCocoa : public AutofillDialogView,
- (IBAction)cancel:(id)sender;
// Forwarding AutofillDialogView calls.
+- (void)show;
- (void)hide;
- (void)updateNotificationArea;
- (void)updateAccountChooser;
+- (void)updateButtonStrip;
- (void)updateSection:(autofill::DialogSection)section;
- (void)fillSection:(autofill::DialogSection)section
forInput:(const autofill::DetailInput&)input;

Powered by Google App Engine
This is Rietveld 408576698