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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.cc

Issue 2515823002: Remove WebContents::GetRoutingID(). (Closed)
Patch Set: deleted all definitions and declarations of GetRoutingID Created 4 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
Index: content/shell/browser/layout_test/blink_test_controller.cc
diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc
index 5b9d1827b01c0545368c4da9f9c521e23baae861..a2f531ae5cd1e4853f1675e6d3743f1b2abe2698 100644
--- a/content/shell/browser/layout_test/blink_test_controller.cc
+++ b/content/shell/browser/layout_test/blink_test_controller.cc
@@ -921,7 +921,7 @@ void BlinkTestController::OnGetBluetoothManualChooserEvents() {
return;
}
Send(new ShellViewMsg_ReplyBluetoothManualChooserEvents(
- main_window_->web_contents()->GetRoutingID(),
+ main_window_->web_contents()->GetRenderViewHost()->GetRoutingID(),
alexmos 2016/11/22 01:29:06 Seems like we get here to send a reply when layout
bluetooth_chooser_factory_->GetAndResetEvents()));
}

Powered by Google App Engine
This is Rietveld 408576698