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

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

Issue 243001: Implement Browser Actions extensions.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/views/location_bar_view.h
===================================================================
--- chrome/browser/views/location_bar_view.h (revision 27027)
+++ chrome/browser/views/location_bar_view.h (working copy)
@@ -347,7 +347,7 @@
public:
PageActionImageView(LocationBarView* owner,
Profile* profile,
- const PageAction* page_action,
+ const ContextualAction* page_action,
const BubblePositioner* bubble_positioner);
virtual ~PageActionImageView();
@@ -374,7 +374,7 @@
// The PageAction that this view represents. The PageAction is not owned by
// us, it resides in the extension of this particular profile.
- const PageAction* page_action_;
+ const ContextualAction* page_action_;
// The icons representing different states for the page action.
std::vector<SkBitmap> page_action_icons_;

Powered by Google App Engine
This is Rietveld 408576698