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

Unified Diff: chrome/common/extensions/extension_manifest_constants.cc

Issue 22870011: chrome.mdns API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add tests Created 7 years, 4 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: chrome/common/extensions/extension_manifest_constants.cc
diff --git a/chrome/common/extensions/extension_manifest_constants.cc b/chrome/common/extensions/extension_manifest_constants.cc
index 096724376ce7f4d95a073567c3385f71206f9373..e0c0ea533c5015c04e4f7ab53b4a103448c2f4ff 100644
--- a/chrome/common/extensions/extension_manifest_constants.cc
+++ b/chrome/common/extensions/extension_manifest_constants.cc
@@ -282,6 +282,7 @@ const char kInvalidMatchCount[] =
"one match specified.";
const char kInvalidMatches[] =
"Required value 'content_scripts[*].matches' is missing or invalid.";
+const char kInvalidMDnsServiceTypes[] = "Invalid MDns service types.";
const char kInvalidMIMETypes[] =
"Invalid value for 'mime_types'";
const char kInvalidMimeTypesHandler[] =

Powered by Google App Engine
This is Rietveld 408576698