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

Unified Diff: chrome/browser/ui/app_list/extension_app_model_builder.cc

Issue 2086163002: Arc++: Fix a regression issue that some Chrome app could not load its icon when login at first time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/extension_app_model_builder.cc
diff --git a/chrome/browser/ui/app_list/extension_app_model_builder.cc b/chrome/browser/ui/app_list/extension_app_model_builder.cc
index 52e8d52891f9fb1d0b35749b794dc4798ffba176..f66309d5718ee46a8da668c0ddf1c925d4fb47a4 100644
--- a/chrome/browser/ui/app_list/extension_app_model_builder.cc
+++ b/chrome/browser/ui/app_list/extension_app_model_builder.cc
@@ -152,7 +152,7 @@ void ExtensionAppModelBuilder::OnAppInstalled(
DVLOG(2) << service() << ": OnAppInstalled: " << app_id.substr(0, 8);
ExtensionAppItem* existing_item = GetExtensionAppItem(app_id);
if (existing_item) {
- existing_item->UpdateIcon();
+ existing_item->Reload();
if (service())
service()->UpdateItem(existing_item);
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698