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

Unified Diff: components/permissions/permission_status.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/permission.mojom ('k') | content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/permissions/permission_status.mojom
diff --git a/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom b/components/permissions/permission_status.mojom
similarity index 90%
rename from third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
rename to components/permissions/permission_status.mojom
index 748c325d65ddaba11608caca00fd46b3e22f4d4e..1182b349add6c60d9f3822362d5d4f2ab36e3614 100644
--- a/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
+++ b/components/permissions/permission_status.mojom
@@ -2,7 +2,7 @@
// 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;
enum PermissionStatus {
GRANTED,
« no previous file with comments | « components/permissions/permission.mojom ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698