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

Unified Diff: chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h

Issue 913773002: Created fakes for HID-detection screen testing. Initial browsertest added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/ui/webui/chromeos/login/hid_detection_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h
index 5c779abb99ca69fae0b422052f6479d39e878e4d..8406d3d3f57c2823833f573ff45b0f632183f631 100644
--- a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h
@@ -191,7 +191,7 @@ class HIDDetectionScreenHandler
// Default bluetooth adapter, used for all operations.
scoped_refptr<device::BluetoothAdapter> adapter_;
- InputServiceProxy input_service_proxy_;
+ InputServiceProxy* input_service_proxy_;
Nikita (slow) 2015/02/11 14:53:08 scoped_ptr<>
merkulova 2015/02/13 10:00:04 Done.
// The current device discovery session. Only one active discovery session is
// kept at a time and the instance that |discovery_session_| points to gets

Powered by Google App Engine
This is Rietveld 408576698