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

Unified Diff: chrome/browser/ui/app_list/search/app_result.cc

Issue 72463002: Move InstallObserver::OnBeginExtensionInstall parameters to a struct (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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: chrome/browser/ui/app_list/search/app_result.cc
diff --git a/chrome/browser/ui/app_list/search/app_result.cc b/chrome/browser/ui/app_list/search/app_result.cc
index d537c6b0b035fe7310756e89619cb959fe3547e9..c70a647b8cf6ccfc0d93faee2222c13c4679dfce 100644
--- a/chrome/browser/ui/app_list/search/app_result.cc
+++ b/chrome/browser/ui/app_list/search/app_result.cc
@@ -182,11 +182,8 @@ void AppResult::ExtensionEnableFlowAborted(bool user_initiated) {
controller_->OnCloseExtensionPrompt();
}
-void AppResult::OnBeginExtensionInstall(const std::string& extension_id,
- const std::string& extension_name,
- const gfx::ImageSkia& installing_icon,
- bool is_app,
- bool is_platform_app) {}
+void AppResult::OnBeginExtensionInstall(
+ const ExtensionInstallParams& params) {}
void AppResult::OnDownloadProgress(const std::string& extension_id,
int percent_downloaded) {}
« no previous file with comments | « chrome/browser/ui/app_list/search/app_result.h ('k') | chrome/browser/ui/app_list/search/webstore/webstore_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698