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

/external/chromium/chrome/browser/ui/
H A Dbrowser_init.h222 std::vector<GURL> first_run_tabs_; member in class:BrowserInit
H A Dbrowser_init.cc511 first_run_tabs_.push_back(url);
1184 if (!browser_init_->first_run_tabs_.empty()) {
1185 std::vector<GURL>::iterator it = browser_init_->first_run_tabs_.begin();
1186 while (it != browser_init_->first_run_tabs_.end()) {
1197 browser_init_->first_run_tabs_.clear();

Completed in 55 milliseconds