Searched refs:command_pickle (Results 1 – 1 of 1) sorted by relevance
1193 scoped_ptr<Pickle> command_pickle(command->PayloadAsPickle()); in ReplacePendingCommand() local1196 if (!command_pickle->ReadInt(&iterator, &command_tab_id) || in ReplacePendingCommand()1197 !command_pickle->ReadInt(&iterator, &command_nav_index)) { in ReplacePendingCommand()