diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 23:36:08 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 23:36:08 +0000 |
commit | 9dc32ca678b8295b5a68cd1ddf90467c8a4502cf (patch) | |
tree | eb0508abe85a3cf34cb01f19845e18799e9c728b /chrome/browser/dom_ui | |
parent | 28469c405f3f5e6573a523d1d5e829eabbfb0f0e (diff) | |
download | chromium_src-9dc32ca678b8295b5a68cd1ddf90467c8a4502cf.zip chromium_src-9dc32ca678b8295b5a68cd1ddf90467c8a4502cf.tar.gz chromium_src-9dc32ca678b8295b5a68cd1ddf90467c8a4502cf.tar.bz2 |
Remove references to DOMUIContents. It looks like the class doesn't exist.
Review URL: http://codereview.chromium.org/257055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r-- | chrome/browser/dom_ui/dom_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h index adc56ab..b359abd 100644 --- a/chrome/browser/dom_ui/dom_ui.h +++ b/chrome/browser/dom_ui/dom_ui.h @@ -39,7 +39,7 @@ class DOMUI { // page. virtual void RenderViewReused(RenderViewHost* render_view_host) {} - // Called from DOMUIContents. + // Called from TabContents. virtual void ProcessDOMUIMessage(const std::string& message, const std::string& content, int request_id, |