Home | History | Annotate | Download | only in automation

Lines Matching refs:launch_type

1772       // Convert the launch_type integer into a more descriptive string.
1773 int launch_type;
1774 const char* kLaunchType = "launch_type";
1775 if (!app_info->GetInteger(kLaunchType, &launch_type)) {
1779 if (launch_type == extensions::ExtensionPrefs::LAUNCH_PINNED) {
1781 } else if (launch_type == extensions::ExtensionPrefs::LAUNCH_REGULAR) {
1783 } else if (launch_type == extensions::ExtensionPrefs::LAUNCH_FULLSCREEN) {
1785 } else if (launch_type == extensions::ExtensionPrefs::LAUNCH_WINDOW) {