Index: chrome/browser/ui/views/options/options_page_view.h |
diff --git a/chrome/browser/ui/views/options/options_page_view.h b/chrome/browser/ui/views/options/options_page_view.h |
index bbbc8c443cca8b96d3b0b739a4968502534348c4..c26cc9fe16f6c5b247d332c892896c65a3d17d9b 100644 |
--- a/chrome/browser/ui/views/options/options_page_view.h |
+++ b/chrome/browser/ui/views/options/options_page_view.h |
@@ -26,7 +26,7 @@ class OptionsPageView : public views::View, |
// Returns true if the window containing this view can be closed, given the |
// current state of this view. This can be used to prevent the window from |
// being closed when a modal dialog box is showing, for example. |
- virtual bool CanClose() const { return true; } |
+ virtual bool CanClose() const; |
protected: |
// This class cannot be instantiated directly, but its constructor must be |