Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / shell / browser / desktop_controller.h
index 116d692..40a4e53 100644 (file)
@@ -46,6 +46,9 @@ class DesktopController {
   // Attaches the window to our window hierarchy.
   virtual void AddAppWindow(aura::Window* window) = 0;
 
+  // Removes the window from the desktop.
+  virtual void RemoveAppWindow(AppWindow* window) = 0;
+
   // Closes and destroys the app windows.
   virtual void CloseAppWindows() = 0;
 };