Home | History | Annotate | Download | only in automation

Lines Matching refs:expected_tabs

192 void AutomationProvider::SetExpectedTabCount(size_t expected_tabs) {
193 if (expected_tabs == 0)
196 initial_load_observer_.reset(new InitialLoadObserver(expected_tabs, this));