Chromium Code Reviews| 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 e7e0d9db2a2e0f02825e5e60875353aa212f58c6..c490576b77b64f10a7a9a0434ab32f2151de00fe 100644 |
| --- a/ui/aura/root_window_host_win.cc |
| +++ b/ui/aura/root_window_host_win.cc |
| @@ -246,6 +246,10 @@ void RootWindowHostWin::PrepareForShutdown() { |
| NOTIMPLEMENTED(); |
| } |
| +void RootWindowHostWin::SetHostWindowProperty(const std::string& name, |
| + int value) { |
| +} |
|
Daniel Erat
2013/01/30 21:04:27
nit: NOTIMPLEMENTED()
|
| + |
| void RootWindowHostWin::OnClose() { |
| // TODO: this obviously shouldn't be here. |
| MessageLoopForUI::current()->Quit(); |