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

Unified Diff: chrome/renderer/web_ui_bindings.cc

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/renderer/web_ui_bindings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/web_ui_bindings.cc
diff --git a/chrome/renderer/web_ui_bindings.cc b/chrome/renderer/web_ui_bindings.cc
index 69a2d981f3a5ab5f13f18ff15261b393783c5fb0..c84a54d1543cfd9a5522914870aa1e685ccdc80f 100644
--- a/chrome/renderer/web_ui_bindings.cc
+++ b/chrome/renderer/web_ui_bindings.cc
@@ -87,7 +87,7 @@ void WebUIBindings::send(const CppArgumentList& args, CppVariant* result) {
// Send the message up to the browser.
sender()->Send(
- new ViewHostMsg_DOMUISend(routing_id(), source_url, message, content));
+ new ViewHostMsg_WebUISend(routing_id(), source_url, message, content));
}
void DOMBoundBrowserObject::SetProperty(const std::string& name,
« no previous file with comments | « chrome/renderer/web_ui_bindings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698