summaryrefslogtreecommitdiffstats
path: root/docshell/base/nsIDocShell.idl
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/base/nsIDocShell.idl')
-rw-r--r--docshell/base/nsIDocShell.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/docshell/base/nsIDocShell.idl b/docshell/base/nsIDocShell.idl
index 024c0f544c..fdc04f16c6 100644
--- a/docshell/base/nsIDocShell.idl
+++ b/docshell/base/nsIDocShell.idl
@@ -271,16 +271,6 @@ interface nsIDocShell : nsIDocShellTreeItem
*/
attribute float zoom;
- /*
- * Tells the docshell to offer focus to its tree owner.
- * This is currently only necessary for embedding chrome.
- * If forDocumentNavigation is true, then document navigation should be
- * performed, where only the root of documents are selected. Otherwise, the
- * next element in the parent should be returned. Returns true if focus was
- * successfully taken by the tree owner.
- */
- boolean tabToTreeOwner(in boolean forward, in boolean forDocumentNavigation);
-
/**
* Current busy state for DocShell
*/