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

Unified Diff: chrome/browser/ui/cocoa/certificate_viewer_mac.h

Issue 2039823002: MacViews: Refactor certificate viewer tests to work for MacViews browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@certview
Patch Set: Rebase onto master & add ignoreMouseEvents fix for hiding/reshowing the certificate viewer. Created 4 years, 6 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/certificate_viewer_mac.h
diff --git a/chrome/browser/ui/cocoa/certificate_viewer_mac.h b/chrome/browser/ui/cocoa/certificate_viewer_mac.h
index ea228f0a879205e8aa29e399fa6c1355b083bbca..c9213273a128ae8266ab52f8896f2717e6e63886 100644
--- a/chrome/browser/ui/cocoa/certificate_viewer_mac.h
+++ b/chrome/browser/ui/cocoa/certificate_viewer_mac.h
@@ -28,8 +28,6 @@ namespace net {
std::unique_ptr<ConstrainedWindowMac> constrainedWindow_;
base::scoped_nsobject<NSWindow> overlayWindow_;
BOOL closePending_;
- // A copy of the sheet's frame used to restore on show.
- NSRect oldSheetFrame_;
// A copy of the overlay window's size used to restore on show.
NSSize oldOverlaySize_;
// A copy of the sheet's |autoresizesSubviews| flag to restore on show.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/certificate_viewer_mac.mm » ('j') | chrome/browser/ui/cocoa/certificate_viewer_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698