Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader.h166 CREDENTIALS_NONE = 0, enumerator
Dextension_downloader.cc156 : url(), credentials(CREDENTIALS_NONE) { in ExtensionFetch()
170 credentials(CREDENTIALS_NONE), in ExtensionFetch()
883 case ExtensionFetch::CREDENTIALS_NONE: in IterateFetchCredentialsAfterFailure()