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

Unified Diff: chrome/browser/external_tab_container_win.cc

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.cc
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
index 459936de97823874a8aba08840a97f907a5f2566..39aaf48c78119043d9551741fdb1c0a56d015260 100644
--- a/chrome/browser/external_tab_container_win.cc
+++ b/chrome/browser/external_tab_container_win.cc
@@ -43,7 +43,7 @@
#include "content/browser/tab_contents/navigation_details.h"
#include "content/browser/tab_contents/provisional_load_details.h"
#include "content/browser/tab_contents/tab_contents.h"
-#include "content/public/browser/intents_host.h"
+#include "content/public/browser/web_intents_dispatcher.h"
#include "content/public/browser/native_web_keyboard_event.h"
#include "content/public/browser/notification_service.h"
#include "content/public/common/bindings_policy.h"
@@ -732,10 +732,10 @@ void ExternalTabContainer::RegisterIntentHandler(TabContents* tab,
void ExternalTabContainer::WebIntentDispatch(
TabContents* tab,
- content::IntentsHost* intents_host) {
+ content::WebIntentsDispatcher* intents_dispatcher) {
// TODO(binji) How do we want to display the WebIntentPicker bubble if there
// is no BrowserWindow?
- delete intents_host;
+ delete intents_dispatcher;
}
void ExternalTabContainer::FindReply(TabContents* tab,

Powered by Google App Engine
This is Rietveld 408576698