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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm

Issue 10883008: Port the Extension Install Bubble changes to Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/cocoa/extensions/extension_installed_bubble_bridge.mm
===================================================================
--- chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm (revision 153650)
+++ chrome/browser/ui/cocoa/extensions/extension_installed_bubble_bridge.mm (working copy)
@@ -53,9 +53,7 @@
void ShowExtensionInstalledBubble(const extensions::Extension* extension,
Browser* browser,
const SkBitmap& icon) {
- if ((extension->browser_action()) || !extension->omnibox_keyword().empty() ||
- (extension->page_action() &&
- !extension->page_action()->default_icon_path().empty())) {
+ if (extension->is_verbose_install_message()) {
// The controller is deallocated when the window is closed, so no need to
// worry about it here.
[[ExtensionInstalledBubbleController alloc]

Powered by Google App Engine
This is Rietveld 408576698