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

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: changed content/content_common_mojo_bindings.gyp again 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..cf35545eeb19365bd567276948d186d00a4bc3a8 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_;
+ content::WebUsbPermissionRequestPtr web_usb_permission_request_;
jam 2016/01/27 23:36:51 no content::
juncai 2016/01/28 21:08:32 Done.
Observer* observer_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(WebUSBClientImpl);

Powered by Google App Engine
This is Rietveld 408576698