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

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

Issue 2347773003: Remove pre-MD infobar code (on Views). (Closed)
Patch Set: pkasting review/button image clear out Created 4 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 1cb689b07dd92e7e6da64357844b8962eb8f16ee..3cb4020175071c2a934b3c43a0eccaf2df865e00 100644
--- a/chrome/browser/ui/views/infobars/infobar_background.h
+++ b/chrome/browser/ui/views/infobars/infobar_background.h
@@ -19,11 +19,6 @@ class InfoBarBackground : public views::Background {
// views::Background:
void Paint(gfx::Canvas* canvas, views::View* view) const override;
- void PaintMd(gfx::Canvas* canvas, views::View* view) const;
-
- SkColor top_color_;
- SkColor bottom_color_;
-
DISALLOW_COPY_AND_ASSIGN(InfoBarBackground);
};
« no previous file with comments | « chrome/browser/ui/views/infobars/confirm_infobar.cc ('k') | chrome/browser/ui/views/infobars/infobar_background.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698