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

Unified Diff: content/content_browser.gypi

Issue 8666013: Add a public content/ interface for intents. Use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix IntentInjector; use TCO::tab_contents() Created 9 years, 1 month 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 d55e9f5415fc6e9ed7ba1e7fc6bce020c7ffdbda..24c443b706a6d346e251e6c0359738ce2d8e6ca3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -33,6 +33,7 @@
'public/browser/content_browser_client.h',
'public/browser/content_ipc_logging.h',
'public/browser/download_manager_delegate.h',
+ 'public/browser/intents_host.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_types.h',
'public/browser/notification_details.h',
@@ -295,6 +296,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/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