Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Dextension.cc435 const char* kGalleryUpdateHttpsUrl = variable
445 return GURL(secure ? kGalleryUpdateHttpsUrl : kGalleryUpdateHttpUrl); in GalleryUpdateUrl()