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

Unified Diff: content/browser/intents/web_intents_dispatcher_impl.cc

Issue 9692017: An internal intents dispatcher useful for initiating an intent from the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CONTENT_EXPORT Created 8 years, 9 months 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/intents/web_intents_dispatcher_impl.h ('k') | content/common/intents_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/intents/web_intents_dispatcher_impl.cc
diff --git a/content/browser/intents/web_intents_dispatcher_impl.cc b/content/browser/intents/web_intents_dispatcher_impl.cc
index 53d3122bc09c03bb9740a16ef1c1affdc48f97b9..77495931740334714d884a9a34e38ff95c9d62eb 100644
--- a/content/browser/intents/web_intents_dispatcher_impl.cc
+++ b/content/browser/intents/web_intents_dispatcher_impl.cc
@@ -52,7 +52,7 @@ void WebIntentsDispatcherImpl::SendReplyMessage(
}
void WebIntentsDispatcherImpl::RegisterReplyNotification(
- const base::Callback<void(webkit_glue::WebIntentReplyType)>& closure) {
+ const content::WebIntentsDispatcher::ReplyNotification& closure) {
reply_notifiers_.push_back(closure);
}
« no previous file with comments | « content/browser/intents/web_intents_dispatcher_impl.h ('k') | content/common/intents_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698