Index: athena/main/athena_main.cc |
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc |
index e19d7f43d08c6f668f8f84491702c888d4f894ac..5445901fb3ee0503c5e135868427ad5d6d2f789f 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. |
+ void AddAppWindow(aura::Window* window) OVERRIDE { |
+ NOTIMPLEMENTED(); |
+ } |
+ |
// Closes and destroys the app windows. |
virtual void CloseAppWindows() OVERRIDE {} |