Home | History | Annotate | Download | only in common

Lines Matching refs:string

8 #include <string>
46 std::string extension_id;
47 std::string version;
48 std::string browser_min_version;
52 std::string package_hash;
54 std::string package_fingerprint;
58 std::string diff_package_hash;
75 // Parses an update manifest xml string into Result data. Returns a bool
79 bool Parse(const std::string& manifest_xml);
82 const std::string& errors() { return errors_; }
86 std::string errors_;
88 // Helper function that adds parse error details to our errors_ string.