Searched refs:gallery_prefix (Results 1 – 1 of 1) sorted by relevance
2498 std::string gallery_prefix = extension_urls::kGalleryBrowsePrefix; in ChromeStoreLaunchURL() local2500 gallery_prefix = CommandLine::ForCurrentProcess()->GetSwitchValueASCII( in ChromeStoreLaunchURL()2502 if (EndsWith(gallery_prefix, "/", true)) in ChromeStoreLaunchURL()2503 gallery_prefix = gallery_prefix.substr(0, gallery_prefix.length() - 1); in ChromeStoreLaunchURL()2504 return gallery_prefix; in ChromeStoreLaunchURL()