diff options
Diffstat (limited to 'views/views_delegate.h')
-rw-r--r-- | views/views_delegate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/views/views_delegate.h b/views/views_delegate.h index 1be6657..210031a 100644 --- a/views/views_delegate.h +++ b/views/views_delegate.h @@ -46,12 +46,6 @@ class VIEWS_EXPORT ViewsDelegate { // Gets the clipboard. virtual ui::Clipboard* GetClipboard() const = 0; - // Returns the View that all synthetic widgets created without a specified - // parent will be parented to if they do not specify a parent in their - // InitParams, or NULL if they should have no parent. - // TODO(beng): perhaps this should be a Widget. - virtual View* GetDefaultParentView() = 0; - // Saves the position, size and "show" state for the window with the // specified name. virtual void SaveWindowPlacement(const Widget* widget, |