Index: athena/main/athena_main.cc |
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc |
index e19d7f43d08c6f668f8f84491702c888d4f894ac..a38f44890e91c4ca2cfcae4ae18b78441413ac7c 100644 |
--- a/athena/main/athena_main.cc |
+++ b/athena/main/athena_main.cc |
@@ -64,6 +64,11 @@ class AthenaDesktopController : public extensions::DesktopController { |
return app_window; |
} |
+ // Adds the window to the desktop. |
+ virtual void AddAppWindow(aura::Window* window) OVERRIDE { |
+ NOTIMPLEMENTED(); |
+ } |
+ |
// Closes and destroys the app windows. |
virtual void CloseAppWindows() OVERRIDE {} |