Searched refs:tab_id_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dforeign_session_handler.cc317 std::string tab_id_str; local
319 if (num_args >= 3 && (!args->GetString(2, &tab_id_str) ||
320 !base::StringToInt(tab_id_str, &tab_id))) {

Completed in 142 milliseconds