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

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

Issue 10917280: Fix up views web intents location bar decoration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add period Created 8 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/ui/views/location_bar/web_intents_button_view.h
diff --git a/chrome/browser/ui/views/location_bar/web_intents_button_view.h b/chrome/browser/ui/views/location_bar/web_intents_button_view.h
index 0c7296c03dc8e11576acaba68bb5f42428bc099a..2cce187e2ce97856b7bba9061e0cedd37462d3aa 100644
--- a/chrome/browser/ui/views/location_bar/web_intents_button_view.h
+++ b/chrome/browser/ui/views/location_bar/web_intents_button_view.h
@@ -17,7 +17,10 @@ class WebIntentsButtonView : public LocationBarDecorationView {
public:
// |parent| and |background_images| passed to superclass. They are a weak ptr
// to owning class and the background images for the button background.
- WebIntentsButtonView(LocationBarView* parent, const int background_images[]);
+ WebIntentsButtonView(LocationBarView* parent,
+ const int background_images[],
+ const gfx::Font& font,
+ SkColor font_color);
virtual ~WebIntentsButtonView() {}
virtual void Update(TabContents* tab_contents) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698