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

Unified Diff: chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h

Issue 2754143006: cros: Convert SystemTrayDelegate::ManageBluetoothDevices to mojo for mash (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/ui/ash/tray_bluetooth_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h
diff --git a/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h b/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h
index 40c8643ba5ba836d5f9e2853899f325def40f7d3..a08cae701fc6f155b19ecaae0643686e8449116b 100644
--- a/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h
+++ b/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest-inl.h
@@ -57,7 +57,9 @@ void BluetoothPairingUITest::ShowDialog() {
.WillOnce(testing::Return(mock_device_.get()));
chromeos::BluetoothPairingDialog* dialog =
- new chromeos::BluetoothPairingDialog(mock_device_.get());
+ new chromeos::BluetoothPairingDialog(
+ mock_device_->GetAddress(), mock_device_->GetNameForDisplay(),
+ mock_device_->IsPaired(), mock_device_->IsConnected());
dialog->ShowInContainer(ash::kShellWindowId_SystemModalContainer);
content::WebUI* webui = dialog->GetWebUIForTest();
« no previous file with comments | « chrome/browser/ui/ash/tray_bluetooth_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698