diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 15:52:29 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 15:52:29 +0000 |
commit | 8537054e6da7e12a50ab27786dd01b253b8a0d12 (patch) | |
tree | ec43ed5313377170b8446c71e1c0a5727953af3f /chrome/browser/dom_ui/html_dialog_ui.h | |
parent | 0fda727e08d2f785ce127fba39c4ce69955fa934 (diff) | |
download | chromium_src-8537054e6da7e12a50ab27786dd01b253b8a0d12.zip chromium_src-8537054e6da7e12a50ab27786dd01b253b8a0d12.tar.gz chromium_src-8537054e6da7e12a50ab27786dd01b253b8a0d12.tar.bz2 |
Revert cl 19359 due to browser_tests timeout.
TBR=nsylvain
Review URL: http://codereview.chromium.org/147206
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/html_dialog_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/html_dialog_ui.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/dom_ui/html_dialog_ui.h b/chrome/browser/dom_ui/html_dialog_ui.h index fce8f7c..76240cd 100644 --- a/chrome/browser/dom_ui/html_dialog_ui.h +++ b/chrome/browser/dom_ui/html_dialog_ui.h @@ -5,8 +5,6 @@ #ifndef CHROME_BROWSER_DOM_UI_HTML_DIALOG_UI_H_ #define CHROME_BROWSER_DOM_UI_HTML_DIALOG_UI_H_ -#include <vector> - #include "chrome/browser/dom_ui/dom_ui.h" #include "chrome/common/property_bag.h" #include "googleurl/src/gurl.h" @@ -27,13 +25,6 @@ class HtmlDialogUIDelegate { // Get the HTML file path for the content to load in the dialog. virtual GURL GetDialogContentURL() const = 0; - // Get DOMMessageHandler objects to handle messages from the HTML/JS page. - // The handlers are used to send and receive messages from the page while it - // is still open. Ownership of each handler is taken over by the DOMUI - // hosting the page. - virtual void GetDOMMessageHandlers( - std::vector<DOMMessageHandler*>* handlers) const = 0; - // Get the size of the dialog. virtual void GetDialogSize(gfx::Size* size) const = 0; |