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

Unified Diff: chrome/browser/ui/webui/constrained_web_dialog_ui.cc

Issue 10262027: Rename HTML_DIALOG to WEB_DIALOG. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/ui/webui/web_dialog_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/constrained_web_dialog_ui.cc
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_ui.cc b/chrome/browser/ui/webui/constrained_web_dialog_ui.cc
index 2a4c5c577fc4480b42b24d9585349e9f0615932a..b389502284f9c36c43a3f76bf1e15efd3fa663e3 100644
--- a/chrome/browser/ui/webui/constrained_web_dialog_ui.cc
+++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.cc
@@ -55,7 +55,7 @@ void ConstrainedWebDialogUI::RenderViewCreated(
base::Unretained(this)));
content::NotificationService::current()->Notify(
- chrome::NOTIFICATION_HTML_DIALOG_SHOWN,
+ chrome::NOTIFICATION_WEB_DIALOG_SHOWN,
content::Source<content::WebUI>(web_ui()),
content::Details<RenderViewHost>(render_view_host));
}
« no previous file with comments | « no previous file | chrome/browser/ui/webui/web_dialog_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698