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

Unified Diff: remoting/webapp/manifest.json

Issue 150423003: Add a minimum required version to the webapp manifest to ensure that native messaging is supported. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « remoting/webapp/host_native_messaging.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/manifest.json
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json
index 91b732d467ca7b4857fc2317a50b5c5c60699305..214be9fb1a9294f26927c6f4f7ce2e539458fbbb 100644
--- a/remoting/webapp/manifest.json
+++ b/remoting/webapp/manifest.json
@@ -5,6 +5,7 @@
"description": "__MSG_PRODUCT_DESCRIPTION__",
"manifest_version": 2,
"default_locale": "en",
+ "minimum_chrome_version": "32",
"app": {
"launch": {
"local_path": "main.html"
« no previous file with comments | « remoting/webapp/host_native_messaging.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698