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

Unified Diff: chrome/browser/gtk/location_bar_view_gtk.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/gtk/location_bar_view_gtk.h
===================================================================
--- chrome/browser/gtk/location_bar_view_gtk.h (revision 27027)
+++ chrome/browser/gtk/location_bar_view_gtk.h (working copy)
@@ -28,7 +28,7 @@
class Browser;
class CommandUpdater;
class GtkThemeProvider;
-class PageAction;
+class ContextualAction;
class Profile;
class SkBitmap;
class TabContents;
@@ -104,7 +104,7 @@
public:
PageActionViewGtk(
LocationBarViewGtk* owner, Profile* profile,
- const PageAction* page_action);
+ const ContextualAction* page_action);
virtual ~PageActionViewGtk();
GtkWidget* widget() { return event_box_.get(); }
@@ -129,7 +129,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<GdkPixbuf*> pixbufs_;

Powered by Google App Engine
This is Rietveld 408576698