| Index: chrome/browser/media/router/presentation_service_delegate_impl.h
|
| diff --git a/chrome/browser/media/router/presentation_service_delegate_impl.h b/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| index f98a8ebcf122e7e9818044d9f859a5e9ad06c71a..27e1e5b792b15c8dc336ff3d31d4a134d0ff74e2 100644
|
| --- a/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| +++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
|
| @@ -228,11 +228,6 @@ class PresentationServiceDelegateImpl
|
| // |default_presentation_started_callback_|.
|
| void ClearDefaultPresentationRequest();
|
|
|
| - // Returns |true| if the given frame is the main frame of the associated
|
| - // WebContents.
|
| - // NOTE: This method will be removed in an upcoming patch.
|
| - bool IsMainFrame(const RenderFrameHostId& render_frame_host_id) const;
|
| -
|
| // Returns the ID of the route corresponding to |presentation_id| in the given
|
| // frame, or empty if no such route exist.
|
| MediaRoute::Id GetRouteId(const RenderFrameHostId& render_frame_host_id,
|
|
|