Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2493)

Unified Diff: extensions/shell/browser/desktop_controller.h

Issue 642383003: Add the ability to load multiple apps into app_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/shell/browser/desktop_controller.h
diff --git a/extensions/shell/browser/desktop_controller.h b/extensions/shell/browser/desktop_controller.h
index 116d692a6cb6b35f9e4674576d17f685b9f1d505..40a4e537e8ab2f0395953d6de56a7be27ff89719 100644
--- a/extensions/shell/browser/desktop_controller.h
+++ b/extensions/shell/browser/desktop_controller.h
@@ -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;
};
« no previous file with comments | « extensions/shell/browser/default_shell_browser_main_delegate.cc ('k') | extensions/shell/browser/shell_desktop_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698