Index: chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc |
index 8401dc2e16af0a77a5fa8e47c8f7a1482fc86e3c..5c36ecfa9380f324b479d7f9fb09e123eca7769d 100644 |
--- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc |
+++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc |
@@ -18,6 +18,11 @@ void PageActionWithBadgeView::GetAccessibleState( |
state->role = ui::AX_ROLE_GROUP; |
} |
+ |
+const char* PageActionWithBadgeView::GetClassName() const { |
+ return "PageActionWithBadgeView"; |
+} |
+ |
gfx::Size PageActionWithBadgeView::GetPreferredSize() const { |
return gfx::Size(ExtensionAction::kPageActionIconMaxSize, |
ExtensionAction::kPageActionIconMaxSize); |