| Index: chrome/browser/modal_html_dialog_delegate.h
|
| ===================================================================
|
| --- chrome/browser/modal_html_dialog_delegate.h (revision 19317)
|
| +++ chrome/browser/modal_html_dialog_delegate.h (working copy)
|
| @@ -33,6 +33,8 @@
|
| virtual bool IsDialogModal() const;
|
| virtual std::wstring GetDialogTitle() const { return L"Gears"; }
|
| virtual GURL GetDialogContentURL() const;
|
| + virtual void GetDOMMessageHandlers(
|
| + std::vector<DOMMessageHandler*>* handlers) const { }
|
| virtual void GetDialogSize(gfx::Size* size) const;
|
| virtual std::string GetDialogArgs() const;
|
| virtual void OnDialogClosed(const std::string& json_retval);
|
|
|