| Index: chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
|
| diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
|
| index fda6c542158f6a4cb16259ca90a0493764551a5e..5d930c87349324b1ce6d7d5893ace2f67aeab1a9 100644
|
| --- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
|
| +++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_mac.h
|
| @@ -29,6 +29,8 @@ class ChromeNativeAppWindowViewsMac : public ChromeNativeAppWindowViews {
|
| void FlashFrame(bool flash) override;
|
|
|
| // NativeAppWindow implementation.
|
| + void UpdateDraggableRegions(
|
| + const std::vector<extensions::DraggableRegion>& regions) override;
|
| // These are used to simulate Mac-style hide/show. Since windows can be hidden
|
| // and shown using the app.window API, this sets is_hidden_with_app_ to
|
| // differentiate the reason a window was hidden.
|
|
|