Chromium Code Reviews| Index: views/window/native_window_delegate.h |
| =================================================================== |
| --- views/window/native_window_delegate.h (revision 88384) |
| +++ views/window/native_window_delegate.h (working copy) |
| @@ -23,15 +23,6 @@ |
| public: |
| virtual ~NativeWindowDelegate() {} |
| - // Returns true if the window is modal. |
| - virtual bool IsModal() const = 0; |
| - |
| - // Returns true if the window is a dialog box. |
| - virtual bool IsDialogBox() const = 0; |
| - |
| - // Called just after the NativeWindow has been created. |
| - virtual void OnNativeWindowCreated(const gfx::Rect& bounds) = 0; |
| - |
| // |
|
tfarina
2011/06/08 22:30:42
while you are here, remove this // ? Below too?
|
| virtual Window* AsWindow() = 0; |