| Index: chrome/browser/views/page_info_window.h
|
| ===================================================================
|
| --- chrome/browser/views/page_info_window.h (revision 5374)
|
| +++ chrome/browser/views/page_info_window.h (working copy)
|
| @@ -68,12 +68,7 @@
|
| // views::DialogDelegate methods:
|
| virtual int GetDialogButtons() const;
|
| virtual std::wstring GetWindowTitle() const;
|
| - virtual void SaveWindowPosition(const CRect& bounds,
|
| - bool maximized,
|
| - bool always_on_top);
|
| - virtual bool RestoreWindowPosition(CRect* bounds,
|
| - bool* maximized,
|
| - bool* always_on_top);
|
| + virtual std::wstring GetWindowName() const;
|
| virtual views::View* GetContentsView();
|
|
|
| private:
|
|
|