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

Unified Diff: chrome/browser/chrome_browser_main.cc

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 | « no previous file | components/webusb/webusb_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 87ec5c0c462e513212928d1725d657302f2aab6f..e4f88c5bdf463f55b6e3e3be3a09da8a6ef012c1 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1797,8 +1797,8 @@ void ChromeBrowserMainParts::PostMainMessageLoopRun() {
process_power_collector_.reset();
#if !defined(OS_IOS)
- webusb_browser_client_.reset();
webusb_detector_.reset();
+ webusb_browser_client_.reset();
#endif
for (size_t i = 0; i < chrome_extra_parts_.size(); ++i)
« no previous file with comments | « no previous file | components/webusb/webusb_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698