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

Unified Diff: athena/extensions/shell/extensions_delegate_impl.cc

Issue 634313004: Display dialog when app install succeeds / fails on Athena (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/extensions/shell/extensions_delegate_impl.cc
diff --git a/athena/extensions/shell/extensions_delegate_impl.cc b/athena/extensions/shell/extensions_delegate_impl.cc
index 56e507954f632b4f1f49a5a95a36fc5642006529..e9a6ba8a44faafbc9fc3f408914006f7ae435ecb 100644
--- a/athena/extensions/shell/extensions_delegate_impl.cc
+++ b/athena/extensions/shell/extensions_delegate_impl.cc
@@ -41,6 +41,10 @@ class ShellExtensionsDelegate : public ExtensionsDelegate {
virtual bool UnloadApp(const std::string& app_id) override { return false; }
+ virtual extensions::ExtensionInstallUI* CreateExtensionInstallUI() override {
+ return NULL;
+ }
+
content::BrowserContext* context_;
extensions::ShellExtensionSystem* extension_system_;
extensions::ExtensionSet shell_extensions_;

Powered by Google App Engine
This is Rietveld 408576698