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

Unified Diff: chrome/browser/ui/views/location_bar/page_action_image_view.h

Issue 7574021: Remove frontend code that allows for dynamic profile setting, and read the profile off the browse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/ui/views/location_bar/page_action_image_view.h
===================================================================
--- chrome/browser/ui/views/location_bar/page_action_image_view.h (revision 95527)
+++ chrome/browser/ui/views/location_bar/page_action_image_view.h (working copy)
@@ -25,7 +25,6 @@
public ExtensionPopup::Observer {
public:
PageActionImageView(LocationBarView* owner,
- Profile* profile,
ExtensionAction* page_action);
virtual ~PageActionImageView();
@@ -71,9 +70,6 @@
// The location bar view that owns us.
LocationBarView* owner_;
- // The current profile (not owned by us).
- Profile* profile_;
-
// The PageAction that this view represents. The PageAction is not owned by
// us, it resides in the extension of this particular profile.
ExtensionAction* page_action_;

Powered by Google App Engine
This is Rietveld 408576698