| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| index e98f9a992394b6760ac9a7713c8e00d4d53cad6e..7591042b3c5fc7899e7948d6133216aa6b23a8c3 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| @@ -290,6 +290,10 @@ gfx::Rect DesktopWindowTreeHostWin::GetRestoredBounds() const {
|
| return display::win::ScreenWin::ScreenToDIPRect(GetHWND(), pixel_bounds);
|
| }
|
|
|
| +std::string DesktopWindowTreeHostWin::GetWorkspace() const {
|
| + return std::string();
|
| +}
|
| +
|
| gfx::Rect DesktopWindowTreeHostWin::GetWorkAreaBoundsInScreen() const {
|
| MONITORINFO monitor_info;
|
| monitor_info.cbSize = sizeof(monitor_info);
|
|
|