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

Unified Diff: chrome/browser/external_tab_container_win.h

Issue 8934011: Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntentsHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/external_tab_container_win.h
diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab_container_win.h
index 6c5bcb3b6390b86f0cbd0fe70f592d09fdf56081..26d26ae0007f2f6fbf3b0636ac2edd92b5c52be4 100644
--- a/chrome/browser/external_tab_container_win.h
+++ b/chrome/browser/external_tab_container_win.h
@@ -36,7 +36,7 @@ class RenderViewContextMenuViews;
struct NavigationInfo;
namespace content {
-class IntentsHost;
+class WebIntentsDispatcher;
}
namespace ui {
@@ -168,8 +168,9 @@ class ExternalTabContainer : public TabContentsDelegate,
const string16& href,
const string16& title,
const string16& disposition) OVERRIDE;
- virtual void WebIntentDispatch(TabContents* tab,
- content::IntentsHost* intents_host) OVERRIDE;
+ virtual void WebIntentDispatch(
+ TabContents* tab,
+ content::WebIntentsDispatcher* intents_dispatcher) OVERRIDE;
virtual void FindReply(TabContents* tab,
int request_id,
int number_of_matches,
« no previous file with comments | « no previous file | chrome/browser/external_tab_container_win.cc » ('j') | content/browser/intents/web_intents_dispatcher_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698