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

Unified Diff: components/web_modal.gypi

Issue 231173004: [WebModal] Rename NativeWebContentsModalDialogManager to SingleWebContentsDialogManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: components/web_modal.gypi
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
index 656d94d39d0b244cd42d321c4ab0566a08333bdb..577a291d46737a54b6cb973b7f7af4df9ba109fa 100644
--- a/components/web_modal.gypi
+++ b/components/web_modal.gypi
@@ -23,6 +23,7 @@
'web_modal/modal_dialog_host.h',
'web_modal/native_web_contents_modal_dialog.h',
'web_modal/native_web_contents_modal_dialog_manager.h',
+ 'web_modal/single_web_contents_dialog_manager.h',
Mike Wittman 2014/04/09 21:19:10 Are you missing the file rename in this CL?
Greg Billock 2014/04/09 22:50:26 Doh. Got it now.
'web_modal/web_contents_modal_dialog_host.cc',
'web_modal/web_contents_modal_dialog_host.h',
'web_modal/web_contents_modal_dialog_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698