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

Unified Diff: athena/main/athena_main.cc

Issue 547593002: Add ShellAppsClient, ShellAppDelegate, ShellNativeAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apifeatures
Patch Set: Address comments Created 6 years, 3 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
« no previous file with comments | « no previous file | extensions/shell/app_shell.gyp » ('j') | extensions/shell/browser/desktop_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {}
« no previous file with comments | « no previous file | extensions/shell/app_shell.gyp » ('j') | extensions/shell/browser/desktop_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698