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

Unified Diff: content/plugin/plugin_main_mac.mm

Issue 84293002: LOG(INFO) -> VLOG(0) in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace Created 7 years, 1 month 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 | « content/common/handle_enumerator_win.cc ('k') | content/public/test/render_widget_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_main_mac.mm
diff --git a/content/plugin/plugin_main_mac.mm b/content/plugin/plugin_main_mac.mm
index df4d701f4ea7f6558eebdb749e423e0dd2689705..91deed83dab84c0674cee18c95b74ce4c4a5d98b 100644
--- a/content/plugin/plugin_main_mac.mm
+++ b/content/plugin/plugin_main_mac.mm
@@ -19,7 +19,7 @@ void TrimInterposeEnvironment() {
std::string interpose_list;
if (!env->GetVar(kDYLDInsertLibrariesKey, &interpose_list)) {
- LOG(INFO) << "No Carbon Interpose library found.";
+ VLOG(0) << "No Carbon Interpose library found.";
return;
}
« no previous file with comments | « content/common/handle_enumerator_win.cc ('k') | content/public/test/render_widget_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698