Searched refs:kAppsGalleryUpdateURL (Results 1 – 4 of 4) sorted by relevance
33 switches::kAppsGalleryUpdateURL, testing_install_base_url); in RunInstallTest()
38 extern const char kAppsGalleryUpdateURL[];
63 const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url"; variable
442 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL)) in GalleryUpdateUrl()443 return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL)); in GalleryUpdateUrl()