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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 12082123: Rename JavaScriptDialogCreator to JavaScriptDialogManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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 | « content/public/browser/javascript_dialogs.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index a1fe147327e7c1d3817876c3c50618c13b1cd9f1..ba57196e1c9f5270904b99360a42483b30e3fcf5 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -32,7 +32,7 @@ namespace content {
class BrowserContext;
class ColorChooser;
class DownloadItem;
-class JavaScriptDialogCreator;
+class JavaScriptDialogManager;
class RenderViewHost;
class WebContents;
class WebContentsImpl;
@@ -315,9 +315,9 @@ class CONTENT_EXPORT WebContentsDelegate {
// been committed.
virtual void DidNavigateToPendingEntry(WebContents* source) {}
- // Returns a pointer to a service to create JavaScript dialogs. May return
+ // Returns a pointer to a service to manage JavaScript dialogs. May return
// NULL in which case dialogs aren't shown.
- virtual JavaScriptDialogCreator* GetJavaScriptDialogCreator();
+ virtual JavaScriptDialogManager* GetJavaScriptDialogManager();
// Called when color chooser should open. Returns the opened color chooser.
// Ownership of the returned pointer is transferred to the caller.
« no previous file with comments | « content/public/browser/javascript_dialogs.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698