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

Unified Diff: device/u2f/u2f_hid_device.cc

Issue 2835133003: Reland of Add U2F request state machines (Closed)
Patch Set: Initialize base class variables in initialization list Created 3 years, 8 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 | « device/u2f/u2f_device.cc ('k') | device/u2f/u2f_register.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/u2f/u2f_hid_device.cc
diff --git a/device/u2f/u2f_hid_device.cc b/device/u2f/u2f_hid_device.cc
index 62eda924f55c390d157d72e9a2d1e3b143001880..27e1f7b22335c7ae1b39bce9f4646408f106a9af 100644
--- a/device/u2f/u2f_hid_device.cc
+++ b/device/u2f/u2f_hid_device.cc
@@ -25,7 +25,6 @@ U2fHidDevice::U2fHidDevice(scoped_refptr<HidDeviceInfo> device_info)
state_(State::INIT),
device_info_(device_info),
weak_factory_(this) {
Reilly Grant (use Gerrit) 2017/04/24 23:08:18 U2fHidDevice should share its parent class's WeakP
- channel_id_ = kBroadcastChannel;
}
U2fHidDevice::~U2fHidDevice() {
« no previous file with comments | « device/u2f/u2f_device.cc ('k') | device/u2f/u2f_register.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698