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

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 2146663002: Move //components/webusb/ to //chrome/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged web_usb_browser_client.* to web_usb_detector.* Created 4 years, 5 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/BUILD.gn ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.h
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index 38da475e4c6bb2e464664aa8dca15fb8ea411180..64b2614e41c379d2487af958374af8c86e6563cf 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -32,6 +32,7 @@ class StartupBrowserCreator;
class StartupTimeBomb;
class ShutdownWatcherHelper;
class ThreeDAPIObserver;
+class WebUsbDetector;
namespace chrome_browser {
// For use by ShowMissingLocaleMessageBox.
@@ -48,11 +49,6 @@ namespace metrics {
class TrackingSynchronizer;
}
-namespace webusb {
-class WebUsbBrowserClient;
-class WebUsbDetector;
-}
-
class ChromeBrowserMainParts : public content::BrowserMainParts {
public:
~ChromeBrowserMainParts() override;
@@ -151,8 +147,7 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
// A monitor for attributing power consumption to origins.
std::unique_ptr<ProcessPowerCollector> process_power_collector_;
- std::unique_ptr<webusb::WebUsbBrowserClient> webusb_browser_client_;
- std::unique_ptr<webusb::WebUsbDetector> webusb_detector_;
+ std::unique_ptr<WebUsbDetector> web_usb_detector_;
#endif
// Vector of additional ChromeBrowserMainExtraParts.
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698