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

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: same with front-end fixes 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,
dgozman 2017/01/20 17:26:33 Unrelated, but this looks more like a warning.
"Bluetooth permission has been blocked.");
// Block requests.
RecordRequestDeviceOutcome(

Powered by Google App Engine
This is Rietveld 408576698