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

/external/chromium_org/content/public/test/
H A Dcontent_browser_test.cc42 base::FilePath content_shell_path; local
43 CHECK(PathService::Get(base::FILE_EXE, &content_shell_path));
44 content_shell_path = content_shell_path.DirName();
45 content_shell_path = content_shell_path.Append(
47 CHECK(PathService::Override(base::FILE_EXE, content_shell_path));

Completed in 79 milliseconds