summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/extensions/extensions_service_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extensions_service_unittest.cc b/chrome/browser/extensions/extensions_service_unittest.cc
index 9799b7f..71bd793 100644
--- a/chrome/browser/extensions/extensions_service_unittest.cc
+++ b/chrome/browser/extensions/extensions_service_unittest.cc
@@ -518,7 +518,7 @@ TEST_F(ExtensionsServiceTest, PackExtension) {
std::string priv_key;
file_util::ReadFileToString(crx_path, &priv_key);
- LOG(INFO) << "Private key:\n" << priv_key;
+ std::cout << "Private key:\n" << priv_key;
ASSERT_TRUE(file_util::PathExists(privkey_path));
InstallExtension(crx_path, true);