diff options
author | pkotwicz <pkotwicz@chromium.org> | 2015-01-20 13:52:28 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-20 21:53:39 +0000 |
commit | 5748e135876286766151600a96283d369dba6584 (patch) | |
tree | 7915384a37cb5a3d001170c12b7d6e77f3d2d716 /extensions/shell | |
parent | c1b6156b0820a71a933ffd5e9c28da396003dc2d (diff) | |
download | chromium_src-5748e135876286766151600a96283d369dba6584.zip chromium_src-5748e135876286766151600a96283d369dba6584.tar.gz chromium_src-5748e135876286766151600a96283d369dba6584.tar.bz2 |
Remove remainder of Athena related code from Chrome.
This CL:
- Removes athena dependencies from build files for the chrome target
- Removes athena-specific files in chrome/
BUG=440818
TEST=None
R=sky,scottmg
TBR=jamescook (for change to comment in extensions/shell/browser/desktop_controller.h)
Review URL: https://codereview.chromium.org/855753004
Cr-Commit-Position: refs/heads/master@{#312282}
Diffstat (limited to 'extensions/shell')
-rw-r--r-- | extensions/shell/browser/desktop_controller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/shell/browser/desktop_controller.h b/extensions/shell/browser/desktop_controller.h index 84e02fe..bdcd8e1 100644 --- a/extensions/shell/browser/desktop_controller.h +++ b/extensions/shell/browser/desktop_controller.h @@ -27,8 +27,7 @@ class ShellAppWindow; // DesktopController is an interface to construct the window environment in // extensions shell. ShellDesktopControllerAura provides a default -// implementation for app_shell, and other embedders (such as athena) can -// provide their own. +// implementation for app_shell, and other embedders can provide their own. // TODO(jamescook|oshima): Clean up this interface now that there is only one // way to create an app window. class DesktopController { |