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

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

Issue 8934011: Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntentsHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 9 years 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/intents_host.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 ba9d31bae9f6cc8b7778f6ada356ee22b5400f75..9dc0d4a5ae0e3fe8112a1e250e65c5f59a2924fb 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -31,8 +31,8 @@ class ListValue;
namespace content {
class BrowserContext;
class DownloadItem;
-class IntentsHost;
class JavaScriptDialogCreator;
+class WebIntentsDispatcher;
struct FileChooserParams;
}
@@ -329,9 +329,11 @@ class CONTENT_EXPORT WebContentsDelegate {
const string16& title,
const string16& disposition);
- // Web Intents notification handler. Takes ownership of the |intents_host|.
- virtual void WebIntentDispatch(TabContents* tab,
- content::IntentsHost* intents_host);
+ // Web Intents notification handler. Takes ownership of the
+ // |intents_dispatcher|.
+ virtual void WebIntentDispatch(
+ TabContents* tab,
+ content::WebIntentsDispatcher* intents_dispatcher);
// Result of string search in the page. This includes the number of matches
// found and the selection rect (in screen coordinates) for the string found.
« no previous file with comments | « content/public/browser/intents_host.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698