Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: chrome/browser/dom_ui/dom_ui.h

Issue 257055: Remove references to DOMUIContents. It looks like the class doesn't exist. (Closed)
Patch Set: remove Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/dom_ui.h
diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h
index adc56ab04c7712dbe7770dc83b48457b60170ce1..b359abdf3e2b42796c5bdf4105c2903fe419e272 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,
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698