Home | History | Annotate | Download | only in automation

Lines Matching refs:launch_type

1859       // Convert the launch_type integer into a more descriptive string.
1860 int launch_type;
1861 app_info->GetInteger("launch_type", &launch_type);
1862 if (launch_type == ExtensionPrefs::LAUNCH_PINNED) {
1863 app_info->SetString("launch_type", "pinned");
1864 } else if (launch_type == ExtensionPrefs::LAUNCH_REGULAR) {
1865 app_info->SetString("launch_type", "regular");
1866 } else if (launch_type == ExtensionPrefs::LAUNCH_FULLSCREEN) {
1867 launch_type", "fullscreen");
1868 } else if (launch_type == ExtensionPrefs::LAUNCH_WINDOW) {
1869 app_info->SetString("launch_type", "window");
1871 app_info->SetString("launch_type", "unknown");