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

Unified Diff: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h

Issue 2684793004: [Harmony] Harmonize Bluetooth dialogs. (Closed)
Patch Set: . Created 3 years, 10 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: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
index 8da7e3bd7800fefce1f8b8986a468f7e48059877..10134b9673c11e938a0ef4b70911121c6effc199 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
@@ -13,6 +13,10 @@ namespace device {
class BluetoothDevice;
}
+namespace views {
+class WebDialogView;
+}
+
namespace chromeos {
// Bluetooth device pairing dialog shown from ash tray bubble.
@@ -23,7 +27,7 @@ class BluetoothPairingDialog : public ui::WebDialogDelegate {
// Shows the dialog in an ash window container (which must be a system modal
// container) on the primary display. See ash/public/cpp/shell_window_ids.h.
- void ShowInContainer(int container_id);
+ void ShowInContainer(int container_id, views::WebDialogView* view);
content::WebUI* GetWebUIForTest() { return webui_; }

Powered by Google App Engine
This is Rietveld 408576698