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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.cc

Issue 2735773002: work in progress
Patch Set: Created 3 years, 9 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/shell/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index ec2b31856cfffdf0834764223b0b543cc43458b1..b1e585f1b965e9206318e89c156e8cba7a597603 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -545,6 +545,7 @@ void BlinkTestRunner::GetBluetoothManualChooserEvents(
void BlinkTestRunner::SendBluetoothManualChooserEvent(
const std::string& event,
const std::string& argument) {
+ LOG(ERROR) << "[DJKim] BlinkTestRunner::SendBluetoothManualChooserEvent";
Send(new ShellViewHostMsg_SendBluetoothManualChooserEvent(routing_id(), event,
argument));
}

Powered by Google App Engine
This is Rietveld 408576698