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

Unified Diff: chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2

Issue 1998033004: Whitelist Hangouts, including Chromebox for Meetings, for ChromeVox Next (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
diff --git a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
index 97b8b1bb5035d8d64f734e2d5f2668147e3d9411..6e9173bc6285547cd0897fb17cab5abd6421c17e 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -32,7 +32,8 @@
"exclude_globs": [
"chrome-extension://*",
"chrome://*",
- "https://accounts.google.com/embedded/setup/chromeos*"
+ "https://accounts.google.com/embedded/setup/chromeos*",
+ "https://talkgadget.google.com/hangouts*"
David Tseng 2016/05/26 19:24:58 Would this impact injection of Classic into hangou
dmazzoni 2016/05/26 19:41:08 Doesn't seem to be the same url pattern, seems saf
],
"all_frames": true,
"js": [
« 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