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

Unified Diff: remoting/client/extension/manifest.json

Issue 3356003: Fix manifest permissions in Chromoting Client UI (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/extension/manifest.json
diff --git a/remoting/client/extension/manifest.json b/remoting/client/extension/manifest.json
index 6dc9de532fca12a2bea8171154948c1a5d6e76f3..15f22a566f5211487b09bfb0f29f25305275eca3 100644
--- a/remoting/client/extension/manifest.json
+++ b/remoting/client/extension/manifest.json
@@ -9,7 +9,7 @@
"background_page": "background.html",
"permissions": [
"tabs",
- "http://www-googleapis-test.sandbox.google.com/",
+ "https://www.googleapis.com/chromoting/",
"https://www.google.com/accounts/"
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698