| Index: chrome/browser/media/router/media_router.h
|
| diff --git a/chrome/browser/media/router/media_router.h b/chrome/browser/media/router/media_router.h
|
| index f8d6f283b909d493288100bad1c912a6994b03c6..83b3f6c9085dce623ddda7156cc6214953fdb85d 100644
|
| --- a/chrome/browser/media/router/media_router.h
|
| +++ b/chrome/browser/media/router/media_router.h
|
| @@ -149,6 +149,11 @@ class MediaRouter : public KeyedService {
|
| // Clears the issue with the id |issue_id|.
|
| virtual void ClearIssue(const Issue::Id& issue_id) = 0;
|
|
|
| + // Notifies the Media Router that the user has taken an action involving the
|
| + // Media Router. This can be used to perform any initialization that is not
|
| + // approriate to be done at construction.
|
| + virtual void OnUserGesture() = 0;
|
| +
|
| // Adds |callback| to listen for state changes for presentation connected to
|
| // |route_id|. The returned Subscription object is owned by the caller.
|
| // |callback| will be invoked whenever there are state changes, until the
|
|
|