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

Unified Diff: athena/extensions/public/extensions_delegate.h

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/public/extensions_delegate.h
diff --git a/athena/extensions/public/extensions_delegate.h b/athena/extensions/public/extensions_delegate.h
index 95d88f5cebfd520fb218b3afa97af1eac216e9ef..4545edc8504abb91f379eb9500c03b53fa0808c7 100644
--- a/athena/extensions/public/extensions_delegate.h
+++ b/athena/extensions/public/extensions_delegate.h
@@ -15,6 +15,7 @@ class WebContents;
}
namespace extensions {
+class ExtensionInstallUI;
class ExtensionSet;
}
@@ -52,6 +53,8 @@ class ATHENA_EXPORT ExtensionsDelegate {
// Unload an application. Returns true if the application was
// successfully unloaded.
virtual bool UnloadApp(const std::string& app_id) = 0;
+
+ virtual extensions::ExtensionInstallUI* CreateExtensionInstallUI() = 0;
};
} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698