remove the ability to request for the title

This commit is contained in:
Paul Rouget 2017-07-12 04:58:53 +02:00
parent 82f65f6eb3
commit 88686690e5
7 changed files with 5 additions and 59 deletions

View file

@ -747,9 +747,6 @@ pub enum ConstellationMsg {
/// Request that the constellation send the current focused top-level browsing context id,
/// over a provided channel.
GetFocusTopLevelBrowsingContext(IpcSender<Option<TopLevelBrowsingContextId>>),
/// Requests that the constellation inform the compositor of the title of the pipeline
/// immediately.
GetPipelineTitle(PipelineId),
/// Request to load the initial page.
InitLoadUrl(ServoUrl),
/// Query the constellation to see if the current compositor output is stable