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

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

Issue 324006: Merge 29509 - Revert 29457, because this is making ExtensionBrowserTest.PageA... (Closed) Base URL: svn://chrome-svn/chrome/branches/223/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 29821)
+++ 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(
Property changes on: chrome\browser\views\location_bar_view.cc
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/src/chrome/browser/views/location_bar_view.cc:r29509
Merged /branches/chrome_webkit_merge_branch/chrome/browser/views/location_bar_view.cc:r69-2775
« 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