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

Unified Diff: chrome/browser/ui/views/page_info_bubble_view.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/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);

Powered by Google App Engine
This is Rietveld 408576698