Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3789)

Unified Diff: chrome/installer/test/resource_updater.cc

Issue 1631903002: Add support for component builds in alternate_version_generator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: string16 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/test/alternate_version_generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/test/resource_updater.cc
diff --git a/chrome/installer/test/resource_updater.cc b/chrome/installer/test/resource_updater.cc
index 933921c7eed4ff3c8fc8d08a6267540af06dfc4f..3a2ba519daf06dc50f9d651f2f127fbfe1166fc2 100644
--- a/chrome/installer/test/resource_updater.cc
+++ b/chrome/installer/test/resource_updater.cc
@@ -48,7 +48,8 @@ bool ResourceUpdater::Update(const std::wstring& name,
static_cast<DWORD>(input.length())) != FALSE) {
return true;
}
- PLOG(DFATAL) << "UpdateResource failed for resource \"" << name << "\"";
+ PLOG(ERROR) << "UpdateResource failed for resource \"" << name
+ << "\" of size " << input.length() << " bytes";
} else {
PLOG(DFATAL) << "Failed mapping \"" << input_file.value() << "\"";
}
« no previous file with comments | « chrome/installer/test/alternate_version_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698