Searched defs:old_tab_id (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc525 const int old_tab_id = ExtensionTabUtil::GetTabId(old_contents); local
528 args->Append(new FundamentalValue(old_tab_id));
536 const int removed_count = tab_entries_.erase(old_tab_id);

Completed in 89 milliseconds