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

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

Issue 306059: Merge 29556 - Revert "Revert 29457, because this is making ExtensionBrowserTe... (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 29822)
+++ chrome/browser/views/location_bar_view.cc (working copy)
@@ -1172,6 +1172,19 @@
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_);
+ if (state)
+ state->PaintBadge(canvas, gfx::Rect(width(), height()));
+}
+
// PageActionImageView----------------------------------------------------------
LocationBarView::PageActionImageView::PageActionImageView(
Property changes on: chrome\browser\views\location_bar_view.cc
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/chrome/browser/views/location_bar_view.cc:r29556
« 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