| Index: chrome/browser/ui/views/page_info_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/page_info_bubble_view.h b/chrome/browser/ui/views/page_info_bubble_view.h
|
| index 0f57d5a9ca65c98c5bc6fab58c20992c5be78b2f..4483b50dcc4498394d64aad7980d16a034f53426 100644
|
| --- a/chrome/browser/ui/views/page_info_bubble_view.h
|
| +++ b/chrome/browser/ui/views/page_info_bubble_view.h
|
| @@ -44,9 +44,9 @@ class PageInfoBubbleView : public views::View,
|
| // InfoBubbleDelegate methods:
|
| virtual void InfoBubbleClosing(InfoBubble* info_bubble,
|
| bool closed_by_escape) {}
|
| - virtual bool CloseOnEscape() { return true; }
|
| - virtual bool FadeInOnShow() { return false; }
|
| - virtual std::wstring accessible_name() { return L"PageInfoBubble"; }
|
| + virtual bool CloseOnEscape();
|
| + virtual bool FadeInOnShow();
|
| + virtual std::wstring accessible_name();
|
|
|
| // LinkController methods:
|
| virtual void LinkActivated(views::Link* source, int event_flags);
|
|
|