Home | History | Annotate | Download | only in browser

Lines Matching defs:ManifestError

79 // ManifestError
82 const char ManifestError::kManifestKeyKey[] = "manifestKey";
83 const char ManifestError::kManifestSpecificKey[] = "manifestSpecific";
85 ManifestError::ManifestError(const std::string& extension_id,
99 ManifestError::~ManifestError() {
102 scoped_ptr<DictionaryValue> ManifestError::ToValue() const {
111 std::string ManifestError::PrintForTest() const {
113 "\n Type: ManifestError";
116 bool ManifestError::IsEqualImpl(const ExtensionError* rhs) const {