bug 1207862 - Add DocManager::TopLevelRemoteDocs() r=davidb

Soon we will need to iterate over all of the top level remote documents.
This commit is contained in:
Trevor Saunders 2015-09-23 17:09:46 -04:00
parent 53cad6cc22
commit d409d241c1

View File

@ -87,6 +87,9 @@ public:
*/
static void RemoteDocAdded(DocAccessibleParent* aDoc);
static const nsTArray<DocAccessibleParent*>* TopLevelRemoteDocs()
{ return sRemoteDocuments; }
#ifdef DEBUG
bool IsProcessingRefreshDriverNotification() const;
#endif