| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index 6f454c1466cffd994c9a48afddc44bf66f18c925..764d51b29e87398e9c5423f9fca8d5527a534565 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -174,6 +174,11 @@ void ContentSettingBubbleContents::UpdateMenuLabel(
|
| NOTREACHED();
|
| }
|
|
|
| +void ContentSettingBubbleContents::SetExplicitAnchorRect(
|
| + const gfx::Rect& rect) {
|
| + SetAnchorRect(rect);
|
| +}
|
| +
|
| void ContentSettingBubbleContents::Init() {
|
| using views::GridLayout;
|
|
|
|
|