diff options
Diffstat (limited to 'chrome/browser/ui/views/options/options_page_view.h')
-rw-r--r-- | chrome/browser/ui/views/options/options_page_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/options/options_page_view.h b/chrome/browser/ui/views/options/options_page_view.h index bbbc8c4..c26cc9f 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 |