Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/first_run/
Dfirst_run.cc186 bool should_import = false; in SetImportItem() local
197 should_import = !master_pref_set || master_pref; in SetImportItem()
202 should_import = master_pref_set && master_pref; in SetImportItem()
212 user_prefs->SetBoolean(pref_path, should_import); in SetImportItem()
219 if (should_import) in SetImportItem()