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

Unified Diff: components/permissions/permission.mojom

Issue 1942353002: (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « components/permissions/OWNERS ('k') | components/permissions/permission_status.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/permissions/permission.mojom
diff --git a/third_party/WebKit/public/platform/modules/permissions/permission.mojom b/components/permissions/permission.mojom
similarity index 93%
rename from third_party/WebKit/public/platform/modules/permissions/permission.mojom
rename to components/permissions/permission.mojom
index 03a7d5153deb28299a746b548d5e4dc12cd8ef3b..b742226c7198161ca7087bb8f22dd6e766a8bfd4 100644
--- a/third_party/WebKit/public/platform/modules/permissions/permission.mojom
+++ b/components/permissions/permission.mojom
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module blink.mojom;
+module permissions.mojom;
-import "third_party/WebKit/public/platform/modules/permissions/permission_status.mojom";
+import "components/permissions/permission_status.mojom";
enum PermissionName {
GEOLOCATION,
« no previous file with comments | « components/permissions/OWNERS ('k') | components/permissions/permission_status.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698