diff options
Diffstat (limited to 'chrome/common/extensions/update_manifest.h')
-rw-r--r-- | chrome/common/extensions/update_manifest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/update_manifest.h b/chrome/common/extensions/update_manifest.h index be0f643..81bd793 100644 --- a/chrome/common/extensions/update_manifest.h +++ b/chrome/common/extensions/update_manifest.h @@ -60,8 +60,8 @@ class UpdateManifest { // Parses an update manifest xml string into Result data. Returns a bool // indicating success or failure. On success, the results are available by - // calling results(), and on failure, the explanation for why is available - // by calling errors(). + // calling results(). The details for any failures are available by calling + // errors(). bool Parse(const std::string& manifest_xml); const Results& results() { return results_; } |