| Index: chrome/browser/views/keyword_editor_view.h
|
| ===================================================================
|
| --- chrome/browser/views/keyword_editor_view.h (revision 27332)
|
| +++ chrome/browser/views/keyword_editor_view.h (working copy)
|
| @@ -56,9 +56,10 @@
|
| // Overriden to invoke Layout.
|
| virtual gfx::Size GetPreferredSize();
|
|
|
| - // DialogDelegate methods:
|
| + // views::DialogDelegate methods:
|
| virtual bool CanResize() const;
|
| virtual std::wstring GetWindowTitle() const;
|
| + virtual std::wstring GetWindowName() const;
|
| virtual int GetDialogButtons() const;
|
| virtual bool Accept();
|
| virtual bool Cancel();
|
|
|