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

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

Issue 2515823002: Remove WebContents::GetRoutingID(). (Closed)
Patch Set: add render_view_host.h include in resource_dispatcher_host_unittest.cc 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(),
bluetooth_chooser_factory_->GetAndResetEvents()));
}
« no previous file with comments | « content/renderer/visual_state_browsertest.cc ('k') | extensions/browser/guest_view/web_view/web_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698