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

Unified Diff: chrome/browser/ui/views/infobars/infobar_background.h

Issue 10911169: Setup field trial for one-click signin inforbar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Steve's review comments 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/infobars/infobar_background.h
diff --git a/chrome/browser/ui/views/infobars/infobar_background.h b/chrome/browser/ui/views/infobars/infobar_background.h
index 3c8367fc60fb8d9df626d74c439976e6ee60a6ba..613c014ff7e885e2e6202b28c8b84cb7bd3de416 100644
--- a/chrome/browser/ui/views/infobars/infobar_background.h
+++ b/chrome/browser/ui/views/infobars/infobar_background.h
@@ -12,11 +12,14 @@
class InfoBarBackground : public views::Background {
public:
explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
+ InfoBarBackground(SkColor top, SkColor bottom);
virtual ~InfoBarBackground();
void set_separator_color(SkColor color) { separator_color_ = color; }
private:
+ void Init();
+
// views::Background:
virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698