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

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

Issue 869453002: Define class names for views class in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 11 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_with_badge_view.h
diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
index a00d5ba3948840042d7a8e1788f75a297785ccf9..0474a7e01b1107ca24f9cfe04420b0d606f9877e 100644
--- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
+++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
@@ -29,7 +29,9 @@ class PageActionWithBadgeView : public views::View {
void UpdateVisibility(content::WebContents* contents);
private:
+ // views::View:
void Layout() override;
+ const char* GetClassName() const override;
// The button this view contains.
PageActionImageView* image_view_;

Powered by Google App Engine
This is Rietveld 408576698