Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index d0607554cc6cd18431e4a2b616912250d3882ec6..f435185df7fbfce30fac31c454c87e35f9b32307 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -46,7 +46,7 @@ class DateTimeChooserAndroid; |
class DownloadItem; |
class InterstitialPageImpl; |
class JavaBridgeDispatcherHostManager; |
-class JavaScriptDialogCreator; |
+class JavaScriptDialogManager; |
class RenderViewHost; |
class RenderViewHostDelegateView; |
class RenderViewHostImpl; |
@@ -794,9 +794,9 @@ class CONTENT_EXPORT WebContentsImpl |
// once. |
bool notify_disconnection_; |
- // Pointer to the JavaScript dialog creator, lazily assigned. Used because the |
+ // Pointer to the JavaScript dialog manager, lazily assigned. Used because the |
// delegate of this WebContentsImpl is nulled before its destructor is called. |
- JavaScriptDialogCreator* dialog_creator_; |
+ JavaScriptDialogManager* dialog_manager_; |
// Set to true when there is an active "before unload" dialog. When true, |
// we've forced the throbber to start in Navigate, and we need to remember to |