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

Unified Diff: content/public/common/web_usb_permission_request.mojom

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/public/common/web_usb_permission_request.mojom
diff --git a/components/webusb/public/interfaces/webusb_permission_bubble.mojom b/content/public/common/web_usb_permission_request.mojom
similarity index 84%
rename from components/webusb/public/interfaces/webusb_permission_bubble.mojom
rename to content/public/common/web_usb_permission_request.mojom
index 49ace8402aef52b8bf879c057c871e70164b933b..5b35815bcd30475133bcf2f60b8cbd1f6e0abffa 100644
--- a/components/webusb/public/interfaces/webusb_permission_bubble.mojom
+++ b/content/public/common/web_usb_permission_request.mojom
@@ -1,13 +1,13 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module webusb;
+module content;
import "device/devices_app/usb/public/interfaces/device.mojom";
import "device/devices_app/usb/public/interfaces/device_manager.mojom";
-interface WebUsbPermissionBubble {
+interface WebUsbPermissionRequest {
// Get permission from user to use the device.
//
// |device_filters| filters the available devices and the filtered

Powered by Google App Engine
This is Rietveld 408576698