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

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc103 CommandLine shortcut_cmd_line = CommandLine::FromString(cmd_line_string); local
104 return shortcut_cmd_line.HasSwitch(switches::kProfileDirectory) &&
105 shortcut_cmd_line.GetSwitchValuePath(switches::kProfileDirectory) ==
107 shortcut_cmd_line.HasSwitch(switches::kAppId);

Completed in 67 milliseconds