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

Unified Diff: chrome/browser/apps/guest_view/DEPS

Issue 1180503002: Force a GuestView's embedder to be focused on TouchStart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test. Created 5 years, 6 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
Index: chrome/browser/apps/guest_view/DEPS
diff --git a/chrome/browser/apps/guest_view/DEPS b/chrome/browser/apps/guest_view/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..58014258e1d6622fea15aad6288cb1da7d047dc5
--- /dev/null
+++ b/chrome/browser/apps/guest_view/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ # Allow access to render_widget_host_impl.h for testing with event sending.
+ "+content/browser/renderer_host",
+ # Allow access to synthetic touch event generation.
+ "+content/common/input",
+];

Powered by Google App Engine
This is Rietveld 408576698