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

Unified Diff: chrome/browser/ui/cocoa/certificate_viewer_mac_cocoa.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: Take into account the number of child windows. 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_cocoa.h
diff --git a/chrome/browser/ui/cocoa/certificate_viewer_mac_cocoa.h b/chrome/browser/ui/cocoa/certificate_viewer_mac_cocoa.h
index 60afb0e61976b54c8346658f9d0d2b6d6e082ed4..f939aef8fd5b6c296030373486e5ca61de622e32 100644
--- a/chrome/browser/ui/cocoa/certificate_viewer_mac_cocoa.h
+++ b/chrome/browser/ui/cocoa/certificate_viewer_mac_cocoa.h
@@ -14,11 +14,6 @@
// closing the Cocoa certificate viewer.
@interface SSLCertificateViewerCocoa
: SSLCertificateViewerMac<ConstrainedWindowSheet>
-
-// Returns the invisible overlay window used to block interaction with the tab,
-// but not the entire browser.
-- (NSWindow*)overlayWindow;
-
@end
#endif // CHROME_BROWSER_UI_COCOA_CERTIFICATE_VIEWER_MAC_COCOA_H_

Powered by Google App Engine
This is Rietveld 408576698