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

Unified Diff: components/webusb/webusb_detector.h

Issue 1332663002: Reset webusb detector before browser client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reset webusb detector before browser client Created 5 years, 3 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 | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webusb/webusb_detector.h
diff --git a/components/webusb/webusb_detector.h b/components/webusb/webusb_detector.h
index 0301b77b2a6b56a6d84f608b526568677365702c..2695d962f140084805cb672198e48d2cded27ab1 100644
--- a/components/webusb/webusb_detector.h
+++ b/components/webusb/webusb_detector.h
@@ -19,7 +19,7 @@ class WebUsbBrowserClient;
class WebUsbDetector : public device::UsbService::Observer {
public:
- WebUsbDetector(WebUsbBrowserClient* webusb_browser_client);
+ explicit WebUsbDetector(WebUsbBrowserClient* webusb_browser_client);
~WebUsbDetector() override;
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698