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

Unified Diff: components/permission/public/interfaces/permission_status.mojom

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/permission/public/interfaces/permission_interfaces.gyp ('k') | content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/permission/public/interfaces/permission_status.mojom
diff --git a/content/public/common/permission_status.mojom b/components/permission/public/interfaces/permission_status.mojom
similarity index 84%
rename from content/public/common/permission_status.mojom
rename to components/permission/public/interfaces/permission_status.mojom
index 8373104a8d4a67f32a21dad5ef5488c6e81c4a85..0b951e3f741c1eb5be0c03123cc1ce62dc657e41 100644
--- a/content/public/common/permission_status.mojom
+++ b/components/permission/public/interfaces/permission_status.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 content;
+module permission;
-enum PermissionStatus {
+enum Status {
GRANTED,
DENIED,
ASK,
« no previous file with comments | « components/permission/public/interfaces/permission_interfaces.gyp ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698