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

Unified Diff: content/content_browser.gypi

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/browser/tab_contents/tab_contents.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index a3ebd47d0615682243d87e2c508d58d09d320f4c..3fa382055de91b52574f48852edb63271e6c9f47 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -47,7 +47,6 @@
'public/browser/download_item.h',
'public/browser/download_manager.h',
'public/browser/download_manager_delegate.h',
- 'public/browser/intents_host.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_type.h',
'public/browser/notification_details.h',
@@ -72,6 +71,7 @@
'public/browser/web_contents.h',
'public/browser/web_contents_delegate.cc',
'public/browser/web_contents_delegate.h',
+ 'public/browser/web_intents_dispatcher.h',
'browser/accessibility/browser_accessibility.cc',
'browser/accessibility/browser_accessibility.h',
'browser/accessibility/browser_accessibility_cocoa.h',
@@ -309,8 +309,8 @@
'browser/in_process_webkit/webkit_thread.h',
'browser/intents/intent_injector.cc',
'browser/intents/intent_injector.h',
- 'browser/intents/intents_host_impl.cc',
- 'browser/intents/intents_host_impl.h',
+ 'browser/intents/web_intents_dispatcher_impl.cc',
+ 'browser/intents/web_intents_dispatcher_impl.h',
'browser/javascript_dialogs.h',
'browser/load_from_memory_cache_details.cc',
'browser/load_from_memory_cache_details.h',
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698