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

Unified Diff: content/browser/bluetooth/bluetooth_device_chooser_controller.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/bluetooth/bluetooth_device_chooser_controller.cc
diff --git a/content/browser/bluetooth/bluetooth_device_chooser_controller.cc b/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
index 611d3d143752901d4622f42faa978851d661e7b7..ac2ac7b2a632e29494d3f8fbb47e39cb5f3335af 100644
--- a/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
+++ b/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
@@ -376,7 +376,7 @@ void BluetoothDeviceChooserController::GetDevice(
BLOCK_GLOBALLY_DISABLED: {
// Log to the developer console.
web_contents_->GetMainFrame()->AddMessageToConsole(
- content::CONSOLE_MESSAGE_LEVEL_LOG,
+ content::CONSOLE_MESSAGE_LEVEL_INFO,
"Bluetooth permission has been blocked.");
// Block requests.
RecordRequestDeviceOutcome(
« no previous file with comments | « components/test_runner/web_frame_test_client.cc ('k') | content/browser/browsing_data/clear_site_data_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698