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

Unified Diff: content/browser/browsing_data/clear_site_data_throttle.cc

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: missing rebaseline Created 3 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
Index: content/browser/browsing_data/clear_site_data_throttle.cc
diff --git a/content/browser/browsing_data/clear_site_data_throttle.cc b/content/browser/browsing_data/clear_site_data_throttle.cc
index c036a988df0c571e099a7db379e0994bf1e725e8..00e57cef1fd0bd7e7047934bcbee01ab5977f7ab 100644
--- a/content/browser/browsing_data/clear_site_data_throttle.cc
+++ b/content/browser/browsing_data/clear_site_data_throttle.cc
@@ -262,7 +262,7 @@ bool ClearSiteDataThrottle::ParseHeader(const std::string& header,
default:
NOTREACHED();
}
- ConsoleLog(messages, current_url_, output, CONSOLE_MESSAGE_LEVEL_LOG);
+ ConsoleLog(messages, current_url_, output, CONSOLE_MESSAGE_LEVEL_INFO);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698