Searched defs:MasterPrefs (Results 1 – 3 of 3) sorted by relevance
64 struct MasterPrefs { struct72 int ping_delay;73 bool homepage_defined;74 int do_import_items;75 int dont_import_items;76 bool make_chrome_default_for_user;77 bool suppress_first_run_default_browser_prompt;78 std::vector<GURL> new_tabs;79 std::vector<GURL> bookmarks;103 // Register user preferences used by the MasterPrefs structure. argument
8 class MasterPrefs; variable
580 MasterPrefs::MasterPrefs() in MasterPrefs() function in first_run::MasterPrefs