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

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

Issue 11442044: Show app list items which open in chrome with a tab overlay. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/extension_app_item.h
diff --git a/chrome/browser/ui/app_list/extension_app_item.h b/chrome/browser/ui/app_list/extension_app_item.h
index e75f3163809c85db6a46c92773ab21a2fd828fe2..5513076c93ab72ad78e62b926f636197133864f9 100644
--- a/chrome/browser/ui/app_list/extension_app_item.h
+++ b/chrome/browser/ui/app_list/extension_app_item.h
@@ -51,6 +51,12 @@ class ExtensionAppItem : public ChromeAppListItem,
// Loads extension icon.
void LoadImage(const extensions::Extension* extension);
+ // Whether or not the app item has an overlay.
+ bool HasOverlay();
+
+ // Sets the app item's icon, if necessary adding an overlay.
+ void SetIconWithOverlay(const gfx::ImageSkia& icon);
+
void ShowExtensionOptions();
void ShowExtensionDetails();
void StartExtensionUninstall();
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698