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

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: 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index f4fe0e83ca878b8722a1158c15e2fd90a1de6e43..00163637645a747d2a9fd04d28fa1f204b7de065 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -39,7 +39,7 @@
'public/browser/devtools_http_handler_delegate.h',
'public/browser/devtools_manager.h',
'public/browser/download_manager_delegate.h',
- 'public/browser/intents_host.h',
+ 'public/browser/web_intents_dispatcher.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_type.h',
'public/browser/notification_details.h',
@@ -306,8 +306,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',

Powered by Google App Engine
This is Rietveld 408576698