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

Unified Diff: extensions/common/permissions/permission_message.h

Issue 1012173002: Install warning message for extensions that use chrome.mdns API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code for "mdns" permission installation warning Created 5 years, 9 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 | « chrome/common/extensions/permissions/chrome_permission_message_rules.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/permissions/permission_message.h
diff --git a/extensions/common/permissions/permission_message.h b/extensions/common/permissions/permission_message.h
index 87ece3741c67cea4f205a7c72e8c9eb98bb5292a..81ab6f3f0c40ea4572040d342cad7a32dc985927 100644
--- a/extensions/common/permissions/permission_message.h
+++ b/extensions/common/permissions/permission_message.h
@@ -104,6 +104,7 @@ class PermissionMessage {
kPlatformKeys,
// Last entry: Add new entries above and ensure to update the
// "ExtensionPermission2" enum in tools/metrics/histograms/histograms.xml.
+ kMDns,
kEnumBoundary,
};
static_assert(PermissionMessage::kNone > PermissionMessage::kUnknown,
« no previous file with comments | « chrome/common/extensions/permissions/chrome_permission_message_rules.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698