summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service_unittest.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 02:01:29 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 02:01:29 +0000
commit279456e2046383387f27c48cb003efa28d5e5f32 (patch)
treee4942fcea909b297d4dfbb5a8e5bbf4a88547e08 /chrome/browser/extensions/extensions_service_unittest.cc
parente923dceaa3f695c34bf4801bbc821cfafa090b87 (diff)
downloadchromium_src-279456e2046383387f27c48cb003efa28d5e5f32.zip
chromium_src-279456e2046383387f27c48cb003efa28d5e5f32.tar.gz
chromium_src-279456e2046383387f27c48cb003efa28d5e5f32.tar.bz2
Trying to debug a purify problem, the flags are not set to output LOG(INFO), so I am changing to something I know will work.
Review URL: http://codereview.chromium.org/125167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extensions_service_unittest.cc')
-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);