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

Unified Diff: chrome/browser/views/location_bar_view.cc

Issue 306004: Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | « chrome/browser/views/location_bar_view.h ('k') | chrome/common/extensions/extension_action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/location_bar_view.cc
===================================================================
--- chrome/browser/views/location_bar_view.cc (revision 29508)
+++ chrome/browser/views/location_bar_view.cc (working copy)
@@ -1172,18 +1172,6 @@
SECURITY_INFO_BUBBLE_TEXT));
}
-void LocationBarView::PageActionImageView::Paint(gfx::Canvas* canvas) {
- LocationBarImageView::Paint(canvas);
-
- TabContents* contents = owner_->delegate_->GetTabContents();
- if (!contents)
- return;
-
- const ExtensionActionState* state =
- contents->GetPageActionState(page_action_);
- state->PaintBadge(canvas, gfx::Rect(width(), height()));
-}
-
// PageActionImageView----------------------------------------------------------
LocationBarView::PageActionImageView::PageActionImageView(
« no previous file with comments | « chrome/browser/views/location_bar_view.h ('k') | chrome/common/extensions/extension_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698