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

Unified Diff: content/browser/frame_host/DEPS

Issue 2681933002: Add Java wrapper for RenderFrameHost (Closed)
Patch Set: s/GetURL/GetLastCommittedURL/g Created 3 years, 10 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: content/browser/frame_host/DEPS
diff --git a/content/browser/frame_host/DEPS b/content/browser/frame_host/DEPS
index 09569cb140287692f9fd51d1fa8266ce8988b2d9..9ac24e566494f31296dbea56ce5a666a9f117653 100644
--- a/content/browser/frame_host/DEPS
+++ b/content/browser/frame_host/DEPS
@@ -20,4 +20,7 @@ specific_include_rules = {
"+content/browser/web_contents",
"+content/public/browser/web_contents_delegate.h",
],
+ "render_frame_host_android\.cc": [
+ "+content/browser/web_contents",
boliu 2017/02/15 02:12:51 this is a layering violation, as ted already point
rwlbuis 2017/02/15 22:08:48 Done.
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698