Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_updater.h45 enum PingType { enum
86 bool DidPing(std::string extension_id, PingType type) const;
Dextension_updater.cc163 bool ManifestFetchData::DidPing(std::string extension_id, PingType type) const { in DidPing()