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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_unittest.mm

Issue 11359148: Merge 166410 - Constrained Window Cocoa: Disable fullscreen (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1312/src/
Patch Set: Created 8 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/browser_window_controller_unittest.mm
===================================================================
--- chrome/browser/ui/cocoa/browser_window_controller_unittest.mm (revision 167005)
+++ chrome/browser/ui/cocoa/browser_window_controller_unittest.mm (working copy)
@@ -658,10 +658,6 @@
BrowserWindowController* controller_;
};
-@interface BrowserWindowController (PrivateAPI)
-- (BOOL)supportsFullscreen;
-@end
-
// Check if the window is front most or if one of its child windows (such
// as a status bubble) is front most.
static bool IsFrontWindow(NSWindow *window) {

Powered by Google App Engine
This is Rietveld 408576698