HomeSort by relevance Sort by last modified time
    Searched refs:kAppsGalleryUpdateURL (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_gallery_install_apitest.cc 33 switches::kAppsGalleryUpdateURL, testing_install_base_url);
  /external/chromium/chrome/common/
chrome_switches.cc 63 const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url";
    [all...]
chrome_switches.h 38 extern const char kAppsGalleryUpdateURL[];
  /external/chromium/chrome/common/extensions/
extension.cc 442 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL))
443 return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL));
    [all...]

Completed in 31 milliseconds