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

Unified Diff: remoting/webapp/appsv2.patch

Issue 23536033: Add 'New window' option to context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer feedback and rebase Created 7 years, 3 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/resources/remoting_strings.grd ('k') | remoting/webapp/background.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 9deac204786346b9cc2fa49aaf9e6ba595181078..7350ad46b1437a9ff8527cedaceea0f44303f43d 100644
--- a/remoting/webapp/appsv2.patch
+++ b/remoting/webapp/appsv2.patch
@@ -37,13 +37,14 @@ index d1f8d1f..67bf660 100644
"optional_permissions": [
"<all_urls>"
],
-@@ -42,16 +28,21 @@
+@@ -42,16 +28,22 @@
"clipboardRead",
"clipboardWrite",
- "nativeMessaging"
+ "nativeMessaging",
+ "fullscreen",
-+ "identity"
++ "identity",
++ "contextMenus"
],
- "plugins": [
- { "path": "remoting_host_plugin.dll", "public": false },
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698