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

Unified Diff: chrome/browser/extensions/dev_mode_bubble_delegate.cc

Issue 1881773002: [Extensions UI] Convert ExtensionMessageBubbles to ToolbarActionsBarBubbles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/extensions/dev_mode_bubble_delegate.cc
diff --git a/chrome/browser/extensions/dev_mode_bubble_delegate.cc b/chrome/browser/extensions/dev_mode_bubble_delegate.cc
index 1ac48c9192f0f73e7c6c3096eaf62600e4715055..17252ef8c2fc890b2d95b95f2b4cbb8f2c78a833 100644
--- a/chrome/browser/extensions/dev_mode_bubble_delegate.cc
+++ b/chrome/browser/extensions/dev_mode_bubble_delegate.cc
@@ -75,7 +75,7 @@ bool DevModeBubbleDelegate::ShouldCloseOnDeactivate() const {
}
bool DevModeBubbleDelegate::ShouldShowExtensionList() const {
- return false;
+ return true;
}
bool DevModeBubbleDelegate::ShouldHighlightExtensions() const {

Powered by Google App Engine
This is Rietveld 408576698