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

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

Issue 82933002: [rAc OSX] Simplify the overlay controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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_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_
-

Powered by Google App Engine
This is Rietveld 408576698