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

Unified Diff: chrome/browser/dom_ui/options/options_ui.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/browser/dom_ui/html_dialog_ui.cc ('k') | chrome/browser/dom_ui/web_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/options_ui.cc
diff --git a/chrome/browser/dom_ui/options/options_ui.cc b/chrome/browser/dom_ui/options/options_ui.cc
index 56329016062660200e4e6f1f1328f9f91b29c7f9..1498c7306fbc215917f549c86e03d412eb1c1ba3 100644
--- a/chrome/browser/dom_ui/options/options_ui.cc
+++ b/chrome/browser/dom_ui/options/options_ui.cc
@@ -250,7 +250,7 @@ void OptionsUI::RenderViewCreated(RenderViewHost* render_view_host) {
command_line_string = CommandLine::ForCurrentProcess()->command_line_string();
#endif
- render_view_host->SetDOMUIProperty("commandLineString", command_line_string);
+ render_view_host->SetWebUIProperty("commandLineString", command_line_string);
WebUI::RenderViewCreated(render_view_host);
}
« no previous file with comments | « chrome/browser/dom_ui/html_dialog_ui.cc ('k') | chrome/browser/dom_ui/web_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698