Searched defs:history_index_to_remove_ (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc443 int history_index_to_remove_; member in class:__anon5155::CurrentHistoryCleaner
450 history_index_to_remove_ =
471 if (history_index_to_remove_ < nc->GetLastCommittedEntryIndex()) {
473 nc->GetEntryAtIndex(history_index_to_remove_);
476 nc->RemoveEntryAtIndex(history_index_to_remove_);

Completed in 357 milliseconds