Searched refs:tab_id_str (Results 1 – 1 of 1) sorted by relevance
157 std::string tab_id_str; in HandleOpenForeignSession() local159 if (num_args == 3 && (!args->GetString(2, &tab_id_str) || in HandleOpenForeignSession()160 !base::StringToInt(tab_id_str, &tab_id))) { in HandleOpenForeignSession()