Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.h239 bool DisassociateForeignSession(const std::string& foreign_session_tag);
Dsessions_sync_manager.cc509 DisassociateForeignSession(session.session_tag()); in ProcessSyncChanges()
798 if (!DisassociateForeignSession(tag)) { in DeleteForeignSessionInternal()
824 bool SessionsSyncManager::DisassociateForeignSession( in DisassociateForeignSession() function in browser_sync::SessionsSyncManager