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

Unified Diff: chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h

Issue 1999593002: Update chrome://device-emulator with newer Polymer guidelines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/ui/webui/chromeos/emulator/device_emulator_message_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h
index e42cf943ed9e1a8eb103bd573955985dc8f8fad2..1f6e5466864db8f2d1958b8f569c3966f874939c 100644
--- a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h
+++ b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h
@@ -36,7 +36,7 @@ class DeviceEmulatorMessageHandler
~DeviceEmulatorMessageHandler() override;
// Adds |this| as an observer to all necessary objects.
- void Init();
+ void Init(const base::ListValue* args);
// Callback for the "removeBluetoothDevice" message. This is called by
// the view to remove a bluetooth device from the FakeBluetoothDeviceClient's

Powered by Google App Engine
This is Rietveld 408576698