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

Unified Diff: chrome/browser/ui/views/extensions/disabled_extensions_view.cc

Issue 11778074: Update bubble small shadow image assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | ui/resources/default_100_percent/common/notification_close.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/extensions/disabled_extensions_view.cc
diff --git a/chrome/browser/ui/views/extensions/disabled_extensions_view.cc b/chrome/browser/ui/views/extensions/disabled_extensions_view.cc
index a218e233a4e93d4a40461ea26ff311558da666b5..0ca325a3333d2afb5b2f56deff41bef8499faede 100644
--- a/chrome/browser/ui/views/extensions/disabled_extensions_view.cc
+++ b/chrome/browser/ui/views/extensions/disabled_extensions_view.cc
@@ -86,10 +86,6 @@ DisabledExtensionsView::DisabledExtensionsView(
set_move_with_anchor(true);
set_close_on_esc(true);
- // TODO(finnur): Until http://crbug.com/165808 is fixed, we need to turn off
- // the shadow because it causes the bubble to overlap the window border.
- set_shadow(views::BubbleBorder::NO_SHADOW);
-
// Compensate for built-in vertical padding in the anchor view's image.
set_anchor_insets(gfx::Insets(5, 0, 5, 0));
« no previous file with comments | « no previous file | ui/resources/default_100_percent/common/notification_close.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698