Chromium Code Reviews| Index: chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h |
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h |
| index 6fe18f3347fd13a94ee7722b1f40df3bfde235d8..e051c2cffd641f394ef51fafa15c463104f06fca 100644 |
| --- a/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h |
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_overlay_controller.h |
| @@ -20,10 +20,6 @@ struct DialogOverlayState; |
| @interface AutofillOverlayController : NSViewController<AutofillLayout> { |
| @private |
| - // |childView_| contains all overlay UI elements. This is used to fade out |
| - // UI elements first, before making the main view transparent to fade out the |
| - // overlay shield. |
| - base::scoped_nsobject<NSView> childView_; |
|
groby-ooo-7-16
2013/11/22 14:24:03
All that pain, for naught...
Since we're not doin
|
| base::scoped_nsobject<NSImageView> imageView_; |
| base::scoped_nsobject<AutofillMessageView> messageView_; |
| @@ -42,4 +38,3 @@ struct DialogOverlayState; |
| @end |
| #endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_OVERLAY_CONTROLLER_H_ |
| - |