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

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

Issue 14533006: Drag and drop between app list and launcher - First patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another merge conflict. Wonder why I was able to compile though. Created 7 years, 8 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/app_list/extension_app_item.cc
diff --git a/chrome/browser/ui/app_list/extension_app_item.cc b/chrome/browser/ui/app_list/extension_app_item.cc
index 4cd4ff4a4b9dfd36e0ee0c6c10c241a7ec10a741..c210d169865e269d15962ab63d5c97523fd504d8 100644
--- a/chrome/browser/ui/app_list/extension_app_item.cc
+++ b/chrome/browser/ui/app_list/extension_app_item.cc
@@ -210,6 +210,7 @@ void ExtensionAppItem::Reload() {
UpdateIcon();
return;
}
+ SetAppId(extension->id());
SetTitle(extension->name());
LoadImage(extension);
}

Powered by Google App Engine
This is Rietveld 408576698