Searched defs:FROM_WEBSTORE (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/common/
H A Dextension.h132 // |FROM_WEBSTORE| indicates that the extension was installed from the
134 FROM_WEBSTORE = 1 << 3, enumerator in enum:extensions::Extension::InitFromValueFlags
328 bool from_webstore() const { return (creation_flags_ & FROM_WEBSTORE) != 0; }

Completed in 642 milliseconds