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

Unified Diff: content/public/browser/web_intents_dispatcher.h

Issue 10218009: Allow severing connection between dispatcher and injector (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile issue for browser_tests Created 8 years, 8 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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_intents_dispatcher.h
diff --git a/content/public/browser/web_intents_dispatcher.h b/content/public/browser/web_intents_dispatcher.h
index 762aca17b84544af579faa8b1e29231cba44cf2b..b24ff4b58e5bebbd83a26cc9896c88965dec601d 100644
--- a/content/public/browser/web_intents_dispatcher.h
+++ b/content/public/browser/web_intents_dispatcher.h
@@ -54,6 +54,9 @@ class CONTENT_EXPORT WebIntentsDispatcher {
// |web_contents| must not be NULL.
virtual void DispatchIntent(WebContents* web_contents) = 0;
+ // Abandon current attempt to dispatch, allow new call to DispatchIntent.
+ virtual void ResetDispatch() = 0;
+
// Return a success or failure message to the source context which invoked
// the intent. Deletes the object; it should not be used after this call
// returns. Calls the reply notifications, if any are registered.
« no previous file with comments | « content/browser/intents/web_intents_dispatcher_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698