Home
last modified time | relevance | path

Searched refs:kAppsGalleryUpdateURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_gallery_install_apitest.cc33 switches::kAppsGalleryUpdateURL, testing_install_base_url); in RunInstallTest()
/external/chromium/chrome/common/
Dchrome_switches.h38 extern const char kAppsGalleryUpdateURL[];
Dchrome_switches.cc63 const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url"; variable
/external/chromium/chrome/common/extensions/
Dextension.cc442 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL)) in GalleryUpdateUrl()
443 return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL)); in GalleryUpdateUrl()