| 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.
|
|
|