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

Unified Diff: athena/main/athena_main.cc

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: 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 {}
« no previous file with comments | « athena/extensions/shell/extensions_delegate_impl.cc ('k') | extensions/browser/guest_view/web_view/web_view_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698