Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/first_run/
Dfirst_run.cc198 bool master_pref = ((import_items & ~dont_import_items) & import_type) != 0; in SetImportItem() local
206 should_import = !master_pref_set || master_pref; in SetImportItem()
211 should_import = master_pref_set && master_pref; in SetImportItem()