immersive_mode_delegate_mac.h 470 B

1234567891011121314
  1. // Copyright 2022 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef UI_VIEWS_COCOA_IMMERSIVE_MODE_DELEGATE_MAC_H_
  5. #define UI_VIEWS_COCOA_IMMERSIVE_MODE_DELEGATE_MAC_H_
  6. #include <AppKit/AppKit.h>
  7. @protocol ImmersiveModeDelegate <NSWindowDelegate>
  8. @property(readonly) NSWindow* originalHostingWindow;
  9. @end
  10. #endif // UI_VIEWS_COCOA_IMMERSIVE_MODE_DELEGATE_MAC_H_