Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/startup/
Dstartup_browser_creator_impl.cc150 std::string appdata_path; in GetLaunchShortcutKind() local
151 env->GetVar("USERPROFILE", &appdata_path); in GetLaunchShortcutKind()
152 if (!appdata_path.empty() && in GetLaunchShortcutKind()
153 shortcut.find(base::ASCIIToWide(appdata_path)) != std::wstring::npos) in GetLaunchShortcutKind()