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

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 e30d3308af45578a04bb76af36b618360b045727..d52cf97ee3876cde5440bbef9b52b4c7ff5c7ffd 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
@@ -1517,8 +1517,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