Home
last modified time | relevance | path

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

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