| Index: ui/aura/root_window_host_win.cc
|
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
|
| index 6a607a3c61e01e755938770e23a4c96029807039..8c2ecf942df0e53cf0f81e2706e0d28e8584d03f 100644
|
| --- a/ui/aura/root_window_host_win.cc
|
| +++ b/ui/aura/root_window_host_win.cc
|
| @@ -254,6 +254,10 @@ void RootWindowHostWin::PrepareForShutdown() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void RootWindowHostWin::SetHostWindowExpansion(const gfx::Rect& extra) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void RootWindowHostWin::OnClose() {
|
| // TODO: this obviously shouldn't be here.
|
| MessageLoopForUI::current()->Quit();
|
|
|