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

Unified Diff: chrome/common/chrome_notification_types.h

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 | « chrome/browser/ui/webui/web_dialog_ui.cc ('k') | chrome/test/base/test_html_dialog_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 697264f06a775e565caa0f2941d3d318fa1a8c2c..b2a161e40201874dd1407768260b69c15d398fa6 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -82,7 +82,7 @@ enum NotificationType {
// Sent after an WebDialog dialog has been shown. The source is the
// dialog. The details is a Details<RenderViewHost> with a pointer to the RVH
// for the shown dialog.
- NOTIFICATION_HTML_DIALOG_SHOWN,
+ NOTIFICATION_WEB_DIALOG_SHOWN,
// A new tab is created from an existing tab to serve as a target of a
// navigation that is about to happen. The source will be a Source<Profile>
« no previous file with comments | « chrome/browser/ui/webui/web_dialog_ui.cc ('k') | chrome/test/base/test_html_dialog_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698