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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.cc

Issue 13139004: Deprecate Browser::TYPE_PANEL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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: chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.cc
index ceb08583874415fd7bcebd7bd43bbf879177899b..c7a7d7e3d40a4c6c2bae98beed1e06e6ab46a99c 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app.cc
@@ -1482,8 +1482,7 @@ ash::LauncherID ChromeLauncherControllerPerApp::InsertAppLauncherItem(
model_->AddAt(index, item);
- if (controller->type() != LauncherItemController::TYPE_EXTENSION_PANEL)
- app_icon_loader_->FetchImage(app_id);
+ app_icon_loader_->FetchImage(app_id);
return id;
}

Powered by Google App Engine
This is Rietveld 408576698