| Index: athena/main/athena_main.cc
|
| diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
|
| index addb6fe4294c2b75945b2d73eec4d103d4944d6c..848634212c978343d47cf4de164f69f73d13b0ae 100644
|
| --- a/athena/main/athena_main.cc
|
| +++ b/athena/main/athena_main.cc
|
| @@ -69,6 +69,8 @@ class AthenaDesktopController : public extensions::DesktopController {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| + virtual void RemoveAppWindow(extensions::AppWindow* window) override {}
|
| +
|
| // Closes and destroys the app windows.
|
| virtual void CloseAppWindows() override {}
|
|
|
|
|