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

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

Issue 1214243003: [Extensions UI] Clean up extension icon generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/skia/ImageSkia Created 5 years, 5 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
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h
index 0d5f080b2311e3756a8dba64f9a7c1e6fef70750..d4c148532ed805e19e039862c03f45680b14fc6f 100644
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.h
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h
@@ -62,9 +62,6 @@ class PageActionImageView : public ToolbarActionViewDelegateViews,
private:
static const char kViewClassName[];
- // Overridden from View.
- void PaintChildren(const ui::PaintContext& context) override;
-
// ToolbarActionViewDelegateViews:
void UpdateState() override;
views::View* GetAsView() override;

Powered by Google App Engine
This is Rietveld 408576698