Searched defs:chrome_apps_dir (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc460 base::FilePath chrome_apps_dir; local
461 if (PathService::Get(base::DIR_START_MENU, &chrome_apps_dir)) {
462 chrome_apps_dir = chrome_apps_dir.Append(GetAppShortcutsSubdirName());
463 if (file_util::IsDirectoryEmpty(chrome_apps_dir))
464 base::DeleteFile(chrome_apps_dir, false);
473 base::FilePath chrome_apps_dir; local
474 if (PathService::Get(base::DIR_START_MENU, &chrome_apps_dir)) {
475 chrome_apps_dir = chrome_apps_dir
[all...]

Completed in 118 milliseconds