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

Unified Diff: content/renderer/usb/web_usb_client_impl.h

Issue 1624573004: Rename webusb_permission_bubble.mojom and move it to //content/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added content_common_mojo_bindings dep back to chrome_browser.gypi Created 4 years, 11 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
Index: content/renderer/usb/web_usb_client_impl.h
diff --git a/content/renderer/usb/web_usb_client_impl.h b/content/renderer/usb/web_usb_client_impl.h
index fddd809d8ddf458770d07931cbe68b9309d20e85..8db1b0eaf922ba8db3014f6baa6a6466dc7141d0 100644
--- a/content/renderer/usb/web_usb_client_impl.h
+++ b/content/renderer/usb/web_usb_client_impl.h
@@ -6,7 +6,7 @@
#define CONTENT_RENDERER_USB_WEB_USB_CLIENT_IMPL_H_
#include "base/macros.h"
-#include "components/webusb/public/interfaces/webusb_permission_bubble.mojom.h"
+#include "content/public/common/web_usb_permission_request.mojom.h"
#include "device/devices_app/usb/public/interfaces/device_manager.mojom.h"
#include "third_party/WebKit/public/platform/modules/webusb/WebUSBClient.h"
@@ -33,7 +33,7 @@ class WebUSBClientImpl : public blink::WebUSBClient {
ServiceRegistry* const service_registry_;
device::usb::DeviceManagerPtr device_manager_;
- webusb::WebUsbPermissionBubblePtr webusb_permission_bubble_;
+ WebUsbPermissionRequestPtr web_usb_permission_request_;
Observer* observer_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(WebUSBClientImpl);

Powered by Google App Engine
This is Rietveld 408576698