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

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

Issue 2002693002: Automation API should use transforms for iframe coordinates. (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 | chrome/renderer/extensions/automation_internal_custom_bindings.cc » ('j') | 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*"
dmazzoni 2016/05/23 23:13:40 Ignore this, this was merged in from the other cha
],
"all_frames": true,
"js": [
« no previous file with comments | « no previous file | chrome/renderer/extensions/automation_internal_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698