Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sessions/
Dsession_service.cc1193 scoped_ptr<Pickle> command_pickle(command->PayloadAsPickle()); in ReplacePendingCommand() local
1196 if (!command_pickle->ReadInt(&iterator, &command_tab_id) || in ReplacePendingCommand()
1197 !command_pickle->ReadInt(&iterator, &command_nav_index)) { in ReplacePendingCommand()