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

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: 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 | « no previous file | chrome/browser/external_tab_container_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fcb7afdaf2460f97aec3b8e92587d4d525d331f3..d56c2521e5cb488746cf05d239d14c22e1d879a4 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 content::WebContentsDelegate,
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698