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

Unified Diff: remoting/webapp/appsv2.patch

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 | « no previous file | remoting/webapp/host_native_messaging.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/appsv2.patch
diff --git a/remoting/webapp/appsv2.patch b/remoting/webapp/appsv2.patch
index 7350ad46b1437a9ff8527cedaceea0f44303f43d..e8b2664bca9b00e18b3bc0093cdd9b9e7d546dc5 100644
--- a/remoting/webapp/appsv2.patch
+++ b/remoting/webapp/appsv2.patch
@@ -2,9 +2,9 @@ diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json
index d1f8d1f..67bf660 100644
--- a/manifest.json
+++ b/manifest.json
-@@ -5,30 +5,15 @@
- "manifest_version": 2,
+@@ -6,30 +6,15 @@
"default_locale": "en",
+ "minimum_chrome_version": "32",
"app": {
- "launch": {
- "local_path": "main.html"
@@ -37,7 +37,7 @@ index d1f8d1f..67bf660 100644
"optional_permissions": [
"<all_urls>"
],
-@@ -42,16 +28,22 @@
+@@ -43,16 +29,22 @@
"clipboardRead",
"clipboardWrite",
- "nativeMessaging"
« no previous file with comments | « no previous file | remoting/webapp/host_native_messaging.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698