Home
last modified time | relevance | path

Searched refs:tab_node_ids_to_delete (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.cc796 std::set<int> tab_node_ids_to_delete; in DeleteForeignSessionInternal() local
797 session_tracker_.LookupTabNodeIds(tag, &tab_node_ids_to_delete); in DeleteForeignSessionInternal()
809 for (std::set<int>::const_iterator it = tab_node_ids_to_delete.begin(); in DeleteForeignSessionInternal()
810 it != tab_node_ids_to_delete.end(); in DeleteForeignSessionInternal()