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

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

Issue 6513010: WebUI: Get rid of more references to DOMUI in the rest of the directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/browser/notifications/balloon_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/web_ui.h
diff --git a/chrome/browser/dom_ui/web_ui.h b/chrome/browser/dom_ui/web_ui.h
index d784defd860fdf4758c7c64993f37228cd298af8..aa95eda09f0340acae1a3c91c81bbc42db3aaeaf 100644
--- a/chrome/browser/dom_ui/web_ui.h
+++ b/chrome/browser/dom_ui/web_ui.h
@@ -183,11 +183,6 @@ class WebUI {
DISALLOW_COPY_AND_ASSIGN(WebUI);
};
-// TODO(tfarina): Remove this when all the references to DOMUI class are fixed.
-// This is temporary until we can rename all the entries to WebUI.
-// See crbug.com/59945 for more information.
-typedef WebUI DOMUI;
-
// Messages sent from the DOM are forwarded via the WebUI to handler
// classes. These objects are owned by WebUI and destroyed when the
// host is destroyed.
« no previous file with comments | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/browser/notifications/balloon_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698