diff options
author | pkotwicz <pkotwicz@chromium.org> | 2014-10-20 17:24:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-21 00:24:53 +0000 |
commit | a57a1f32435331e8207d4a871e2afea78712dd16 (patch) | |
tree | 2b77f46cca5dfb6c80f6f30a7bbcb67345ca2d54 /athena/athena.gyp | |
parent | 04d506d219244c56db59cfd64aa52c449aa1cdd2 (diff) | |
download | chromium_src-a57a1f32435331e8207d4a871e2afea78712dd16.zip chromium_src-a57a1f32435331e8207d4a871e2afea78712dd16.tar.gz chromium_src-a57a1f32435331e8207d4a871e2afea78712dd16.tar.bz2 |
Displays dialog when app install succeeds / fails on Athena. In particular,
there is no Athena port of AppListService (crbug.com/417571)
In addition this CL:
- Fixes crashes in webstorePrivate.completeInstall() when the Javascript
requests the "App installed" bubble to be shown. In practice this is only
requested for extensions which should not be enabled (but are enabled) in
Athena.
- Moves ExtensionInstallUI and CrxInstallerError to
extensions/browser/install so that they can be used by code in Athena
- Refactors ExtensionInstallUI to remove the static methods
BUG=414341,417571
TEST=Manual, see bug
Review URL: https://codereview.chromium.org/634313004
Cr-Commit-Position: refs/heads/master@{#300386}
Diffstat (limited to 'athena/athena.gyp')
-rw-r--r-- | athena/athena.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/athena/athena.gyp b/athena/athena.gyp index ba463af..680bf32 100644 --- a/athena/athena.gyp +++ b/athena/athena.gyp @@ -208,6 +208,8 @@ 'extensions/chrome/athena_chrome_app_delegate.h', 'extensions/chrome/athena_chrome_app_window_client.cc', 'extensions/chrome/athena_chrome_app_window_client.h', + 'extensions/chrome/athena_extension_install_ui.cc', + 'extensions/chrome/athena_extension_install_ui.h', 'extensions/chrome/chrome_search_controller_factory.cc', 'extensions/chrome/chrome_search_controller_factory.h', 'extensions/chrome/extensions_delegate_impl.cc', |