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

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

Issue 276433003: UMA metrics added for HID detection dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_HID_DETECTION_SCREEN_HANDLER_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_HID_DETECTION_SCREEN_HANDLER_H_
6 #define CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_HID_DETECTION_SCREEN_HANDLER_H_ 6 #define CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_HID_DETECTION_SCREEN_HANDLER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 InputDeviceInfo::Type pointing_device_connect_type_; 163 InputDeviceInfo::Type pointing_device_connect_type_;
164 164
165 // Current keyboard device, if any. 165 // Current keyboard device, if any.
166 std::string keyboard_device_name_; 166 std::string keyboard_device_name_;
167 std::string keyboard_device_id_; 167 std::string keyboard_device_id_;
168 bool keyboard_is_pairing_; 168 bool keyboard_is_pairing_;
169 InputDeviceInfo::Type keyboard_device_connect_type_; 169 InputDeviceInfo::Type keyboard_device_connect_type_;
170 170
171 bool switch_on_adapter_when_ready_; 171 bool switch_on_adapter_when_ready_;
172 172
173 bool skip_screen_if_devices_present_; 173 bool first_time_screen_show_;
174 174
175 base::WeakPtrFactory<HIDDetectionScreenHandler> weak_ptr_factory_; 175 base::WeakPtrFactory<HIDDetectionScreenHandler> weak_ptr_factory_;
176 176
177 DISALLOW_COPY_AND_ASSIGN(HIDDetectionScreenHandler); 177 DISALLOW_COPY_AND_ASSIGN(HIDDetectionScreenHandler);
178 }; 178 };
179 179
180 } // namespace chromeos 180 } // namespace chromeos
181 181
182 #endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_HID_DETECTION_SCREEN_HANDLER_H _ 182 #endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_HID_DETECTION_SCREEN_HANDLER_H _
183 183
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698