Searched refs:chrome_profile (Results 1 – 2 of 2) sorted by relevance
215 base::FilePath chrome_profile = GetChromeProfilePath(); in LaunchPrintDialog() local216 if (!chrome_profile.empty()) in LaunchPrintDialog()217 command_line.AppendSwitchPath(switches::kUserDataDir, chrome_profile); in LaunchPrintDialog()
389 chrome_profile = os.path.join(CONFIG_DIR, "chrome-profile")390 self.child_env["CHROME_USER_DATA_DIR"] = chrome_profile